#8DCA08

Color #8DCA08 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8DCA08

Tints of Citrus #8DCA08

Color information

#8DCA08 (or 0x8DCA08) is unknown color: approx Citrus. HEX triplet: 8D, CA and 08. RGB value is (141,202,8). Sum of RGB (Red+Green+Blue) = 141+202+8=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCA08 is #7235F7. Grayscale: #A2A2A2. Windows color (decimal): -7484920 or 576141. OLE color: 576141.

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

Color convert

RGB1412028-
CMYK0.3000.960.21
HSL78.87º92.38%41.18%-
HSV(B)78.87º96.04%79.22%-
XYZ32.1547.927.79-
YUV161.6541.29113.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 8 (3.52% from 255) = 2.28%
R=40.17%
G=57.55%
B=2.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14120280.3000.960.2178.8792.3841.18
Hex8DCA81E060154f5c29
Octal215312103601402511713451
Binary1000110111001010100011110011000001010110011111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DCA08;
 }
 .AnyTagClassName
 {
   color: #8DCA08;
 }
</style>
background-color css

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

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

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

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

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

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