Html Css Color HEX #8BD40C Citrus

📋 copy color: '#8BD40C'

red 139 ◦ green 212 ◦ blue 12

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

Shades of Citrus #8BD40C

Tints of Citrus #8BD40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.4%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 38.29%
G = 58.4%
B = 3.31%

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

#8BD40C (or 0x8BD40C) is known color: Citrus. HEX triplet: 8B, D4 and 0C. RGB value is (139,212,12). Sum of RGB (Red+Green+Blue) = 139+212+12=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD40C is #742BF3. Grayscale: #A8A8A8. Windows color (decimal): -7613428 or 840843. OLE color: 840843.

HSL color Cylindrical-coordinate representation of color #8BD40C: hue angle of 81.9º degrees, saturation: 0.89, 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 #8BD40C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 212 12 -
CMYK 0.34 0 0.94 0.17
HSL 81.9º 0.89% 0.44% -
HSV(B) 81.9º 0.94% 0.83% -
XYZ 34.26 52.6 8.7 -
YUV 167.37 40.32 107.76 -
System Red Green Blue C M Y K H S L
Decimal 139 212 12 0.34 0 0.94 0.17 81.9 0.89 0.44
Hex 8B D4 C 22 0 5E 11 52 59 2C
Octal 213 324 14 42 0 136 21 122 131 54
Binary 10001011 11010100 1100 100010 0 1011110 10001 1010010 1011001 101100

Color Harmonies of #8BD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD40C

Black with #8BD40C

Text Example


Text Example

White with #8BD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,212,12); }

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

background-color css

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

 a { background-color: rgb(139,212,12); }

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

border-color css

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

 span { border-color: rgb(139,212,12); }

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