Html Css Color HEX #8DCF08 Citrus

📋 copy color: '#8DCF08'

red 141 ◦ green 207 ◦ blue 8

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

Shades of Citrus #8DCF08

Tints of Citrus #8DCF08

RGB

 RED value IS 141 (55.47% from 255) = 39.61%

 GREEN value IS 207 (81.25% from 255) = 58.15%

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

R = 39.61%
G = 58.15%
B = 2.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#8DCF08 (or 0x8DCF08) is known color: Citrus. HEX triplet: 8D, CF and 08. RGB value is (141,207,8). Sum of RGB (Red+Green+Blue) = 141+207+8=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCF08 is #7230F7. Grayscale: #A5A5A5. Windows color (decimal): -7483640 or 577421. OLE color: 577421.

HSL color Cylindrical-coordinate representation of color #8DCF08: hue angle of 79.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DCF08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 207 8 -
CMYK 0.32 0 0.96 0.19
HSL 79.9º 0.93% 0.42% -
HSV(B) 79.9º 0.96% 0.81% -
XYZ 33.34 50.31 8.18 -
YUV 164.58 39.63 111.18 -
System Red Green Blue C M Y K H S L
Decimal 141 207 8 0.32 0 0.96 0.19 79.9 0.93 0.42
Hex 8D CF 8 20 0 60 13 50 5D 2A
Octal 215 317 10 40 0 140 23 120 135 52
Binary 10001101 11001111 1000 100000 0 1100000 10011 1010000 1011101 101010

Color Harmonies of #8DCF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCF08

Black with #8DCF08

Text Example


Text Example

White with #8DCF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,207,8); }

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

background-color css

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

 a { background-color: rgb(141,207,8); }

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

border-color css

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

 span { border-color: rgb(141,207,8); }

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