Html Css Color HEX #8BD30D Citrus

📋 copy color: '#8BD30D'

red 139 ◦ green 211 ◦ blue 13

#8BD30D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8BD30D

Tints of Citrus #8BD30D

RGB

 RED value IS 139 (54.69% from 255) = 38.29%

 GREEN value IS 211 (82.81% from 255) = 58.13%

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 38.29%
G = 58.13%
B = 3.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8BD30D (or 0x8BD30D) is known color: Citrus. HEX triplet: 8B, D3 and 0D. RGB value is (139,211,13). Sum of RGB (Red+Green+Blue) = 139+211+13=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD30D is #742CF2. Grayscale: #A7A7A7. Windows color (decimal): -7613683 or 906123. OLE color: 906123.

HSL color Cylindrical-coordinate representation of color #8BD30D: hue angle of 81.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BD30D is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 211 13 -
CMYK 0.34 0 0.94 0.17
HSL 81.82º 0.88% 0.44% -
HSV(B) 81.82º 0.94% 0.83% -
XYZ 34.01 52.11 8.65 -
YUV 166.9 41.15 108.1 -
System Red Green Blue C M Y K H S L
Decimal 139 211 13 0.34 0 0.94 0.17 81.82 0.88 0.44
Hex 8B D3 D 22 0 5E 11 52 58 2C
Octal 213 323 15 42 0 136 21 122 130 54
Binary 10001011 11010011 1101 100010 0 1011110 10001 1010010 1011000 101100

Color Harmonies of #8BD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD30D

Black with #8BD30D

Text Example


Text Example

White with #8BD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD30D; }

 p { color: rgb(139,211,13); }

 H1.HeaderClassName
 {
   color: #8BD30D;
 }
 .AnyTagClassName
 {
   color: #8BD30D;
 }
</style>

background-color css

<style>
 a { background-color: #8BD30D; }

 a { background-color: rgb(139,211,13); }

 div.DivClassName
 {
   background-color: #8BD30D;
 }
 .BgClassName
 {
   background-color: #8BD30D;
 }
</style>

border-color css

<style>
 span { border-color: #8BD30D; }

 span { border-color: rgb(139,211,13); }

 td.TdClassName
 {
   border-color: #8BD30D;
 }
 .TagClassName
 {
   border-color: #8BD30D;
 }
</style>