Html Css Color HEX #8FCD08 Citrus

📋 copy color: '#8FCD08'

red 143 ◦ green 205 ◦ blue 8

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

Shades of Citrus #8FCD08

Tints of Citrus #8FCD08

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.58%

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

R = 40.17%
G = 57.58%
B = 2.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#8FCD08 (or 0x8FCD08) is known color: Citrus. HEX triplet: 8F, CD and 08. RGB value is (143,205,8). Sum of RGB (Red+Green+Blue) = 143+205+8=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCD08 is #7032F7. Grayscale: #A4A4A4. Windows color (decimal): -7353080 or 576911. OLE color: 576911.

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

Color convert

RGB 143 205 8 -
CMYK 0.30 0 0.96 0.20
HSL 78.88º 0.92% 0.42% -
HSV(B) 78.88º 0.96% 0.8% -
XYZ 33.2 49.52 8.04 -
YUV 164 39.96 113.02 -
System Red Green Blue C M Y K H S L
Decimal 143 205 8 0.30 0 0.96 0.20 78.88 0.92 0.42
Hex 8F CD 8 1E 0 60 14 4F 5C 2A
Octal 217 315 10 36 0 140 24 117 134 52
Binary 10001111 11001101 1000 11110 0 1100000 10100 1001111 1011100 101010

Color Harmonies of #8FCD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCD08

Black with #8FCD08

Text Example


Text Example

White with #8FCD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,205,8); }

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

background-color css

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

 a { background-color: rgb(143,205,8); }

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

border-color css

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

 span { border-color: rgb(143,205,8); }

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