Html Css Color HEX #8BC802 Citrus

📋 copy color: '#8BC802'

red 139 ◦ green 200 ◦ blue 2

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

Shades of Citrus #8BC802

Tints of Citrus #8BC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.65%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 40.76%
G = 58.65%
B = 0.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#8BC802 (or 0x8BC802) is known color: Citrus. HEX triplet: 8B, C8 and 02. RGB value is (139,200,2). Sum of RGB (Red+Green+Blue) = 139+200+2=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC802 is #7437FD. Grayscale: #9F9F9F. Windows color (decimal): -7616510 or 182411. OLE color: 182411.

HSL color Cylindrical-coordinate representation of color #8BC802: hue angle of 78.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC802 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 200 2 -
CMYK 0.30 0 0.99 0.22
HSL 78.48º 0.98% 0.4% -
HSV(B) 78.48º 0.99% 0.78% -
XYZ 31.31 46.8 7.44 -
YUV 159.19 39.29 113.6 -
System Red Green Blue C M Y K H S L
Decimal 139 200 2 0.30 0 0.99 0.22 78.48 0.98 0.4
Hex 8B C8 2 1E 0 63 16 4E 62 28
Octal 213 310 2 36 0 143 26 116 142 50
Binary 10001011 11001000 10 11110 0 1100011 10110 1001110 1100010 101000

Color Harmonies of #8BC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC802

Black with #8BC802

Text Example


Text Example

White with #8BC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,200,2); }

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

background-color css

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

 a { background-color: rgb(139,200,2); }

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

border-color css

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

 span { border-color: rgb(139,200,2); }

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