Html Css Color HEX #8BC002 Citrus

📋 copy color: '#8BC002'

red 139 ◦ green 192 ◦ blue 2

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

Shades of Citrus #8BC002

Tints of Citrus #8BC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.66%

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

R = 41.74%
G = 57.66%
B = 0.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#8BC002 (or 0x8BC002) is known color: Citrus. HEX triplet: 8B, C0 and 02. RGB value is (139,192,2). Sum of RGB (Red+Green+Blue) = 139+192+2=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC002 is #743FFD. Grayscale: #9B9B9B. Windows color (decimal): -7618558 or 180363. OLE color: 180363.

HSL color Cylindrical-coordinate representation of color #8BC002: hue angle of 76.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC002 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 192 2 -
CMYK 0.28 0 0.99 0.25
HSL 76.74º 0.98% 0.38% -
HSV(B) 76.74º 0.99% 0.75% -
XYZ 29.51 43.19 6.84 -
YUV 154.49 41.94 116.95 -
System Red Green Blue C M Y K H S L
Decimal 139 192 2 0.28 0 0.99 0.25 76.74 0.98 0.38
Hex 8B C0 2 1C 0 63 19 4D 62 26
Octal 213 300 2 34 0 143 31 115 142 46
Binary 10001011 11000000 10 11100 0 1100011 11001 1001101 1100010 100110

Color Harmonies of #8BC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC002

Black with #8BC002

Text Example


Text Example

White with #8BC002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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