Html Css Color HEX #8FCB02 Citrus

📋 copy color: '#8FCB02'

red 143 ◦ green 203 ◦ blue 2

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

Shades of Citrus #8FCB02

Tints of Citrus #8FCB02

RGB

 RED value IS 143 (56.25% from 255) = 41.09%

 GREEN value IS 203 (79.69% from 255) = 58.33%

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

R = 41.09%
G = 58.33%
B = 0.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#8FCB02 (or 0x8FCB02) is known color: Citrus. HEX triplet: 8F, CB and 02. RGB value is (143,203,2). Sum of RGB (Red+Green+Blue) = 143+203+2=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCB02 is #7034FD. Grayscale: #A2A2A2. Windows color (decimal): -7353598 or 183183. OLE color: 183183.

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

Color convert

RGB 143 203 2 -
CMYK 0.30 0 0.99 0.20
HSL 77.91º 0.98% 0.4% -
HSV(B) 77.91º 0.99% 0.8% -
XYZ 32.69 48.56 7.71 -
YUV 162.15 37.62 114.34 -
System Red Green Blue C M Y K H S L
Decimal 143 203 2 0.30 0 0.99 0.20 77.91 0.98 0.4
Hex 8F CB 2 1E 0 63 14 4E 62 28
Octal 217 313 2 36 0 143 24 116 142 50
Binary 10001111 11001011 10 11110 0 1100011 10100 1001110 1100010 101000

Color Harmonies of #8FCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCB02

Black with #8FCB02

Text Example


Text Example

White with #8FCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,2); }

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

background-color css

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

 a { background-color: rgb(143,203,2); }

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

border-color css

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

 span { border-color: rgb(143,203,2); }

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