Html Css Color HEX #8FCA06 Citrus

📋 copy color: '#8FCA06'

red 143 ◦ green 202 ◦ blue 6

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

Shades of Citrus #8FCA06

Tints of Citrus #8FCA06

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.55%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 40.74%
G = 57.55%
B = 1.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#8FCA06 (or 0x8FCA06) is known color: Citrus. HEX triplet: 8F, CA and 06. RGB value is (143,202,6). Sum of RGB (Red+Green+Blue) = 143+202+6=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA06 is #7035F9. Grayscale: #A2A2A2. Windows color (decimal): -7353850 or 445071. OLE color: 445071.

HSL color Cylindrical-coordinate representation of color #8FCA06: hue angle of 78.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FCA06 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 6 -
CMYK 0.29 0 0.97 0.21
HSL 78.06º 0.94% 0.41% -
HSV(B) 78.06º 0.97% 0.79% -
XYZ 32.48 48.09 7.74 -
YUV 162.02 39.95 114.44 -
System Red Green Blue C M Y K H S L
Decimal 143 202 6 0.29 0 0.97 0.21 78.06 0.94 0.41
Hex 8F CA 6 1D 0 61 15 4E 5E 29
Octal 217 312 6 35 0 141 25 116 136 51
Binary 10001111 11001010 110 11101 0 1100001 10101 1001110 1011110 101001

Color Harmonies of #8FCA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA06

Black with #8FCA06

Text Example


Text Example

White with #8FCA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,202,6); }

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

background-color css

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

 a { background-color: rgb(143,202,6); }

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

border-color css

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

 span { border-color: rgb(143,202,6); }

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