Html Css Color HEX #8BD608 Citrus

📋 copy color: '#8BD608'

red 139 ◦ green 214 ◦ blue 8

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

Shades of Citrus #8BD608

Tints of Citrus #8BD608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 38.5%
G = 59.28%
B = 2.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#8BD608 (or 0x8BD608) is known color: Citrus. HEX triplet: 8B, D6 and 08. RGB value is (139,214,8). Sum of RGB (Red+Green+Blue) = 139+214+8=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD608 is #7429F7. Grayscale: #A8A8A8. Windows color (decimal): -7612920 or 579211. OLE color: 579211.

HSL color Cylindrical-coordinate representation of color #8BD608: hue angle of 81.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BD608 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 8 -
CMYK 0.35 0 0.96 0.16
HSL 81.84º 0.93% 0.44% -
HSV(B) 81.84º 0.96% 0.84% -
XYZ 34.74 53.6 8.74 -
YUV 168.09 37.65 107.25 -
System Red Green Blue C M Y K H S L
Decimal 139 214 8 0.35 0 0.96 0.16 81.84 0.93 0.44
Hex 8B D6 8 23 0 60 10 52 5D 2C
Octal 213 326 10 43 0 140 20 122 135 54
Binary 10001011 11010110 1000 100011 0 1100000 10000 1010010 1011101 101100

Color Harmonies of #8BD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD608

Black with #8BD608

Text Example


Text Example

White with #8BD608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,8); }

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

background-color css

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

 a { background-color: rgb(139,214,8); }

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

border-color css

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

 span { border-color: rgb(139,214,8); }

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