#8CD607

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

Shades of Citrus #8CD607

Tints of Citrus #8CD607

Color information

#8CD607 (or 0x8CD607) is unknown color: approx Citrus. HEX triplet: 8C, D6 and 07. RGB value is (140,214,7). Sum of RGB (Red+Green+Blue) = 140+214+7=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD607 is #7329F8. Grayscale: #A9A9A9. Windows color (decimal): -7547385 or 513676. OLE color: 513676.

HSL color Cylindrical-coordinate representation of color #8CD607: hue angle of 81.45º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CD607 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1402147-
CMYK0.3500.970.16
HSL81.45º93.67%43.33%-
HSV(B)81.45º96.73%83.92%-
XYZ34.953.688.72-
YUV168.2836.98107.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 214 (83.98% from 255) = 59.28%
BLUE value IS 7 (3.12% from 255) = 1.94%
R=38.78%
G=59.28%
B=1.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14021470.3500.970.1681.4593.6743.33
Hex8CD672306110515e2b
Octal21432674301412012113653
Binary1000110011010110111100011011000011000010100011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,7); }

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

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

 a { background-color: rgb(140,214,7); }

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

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

 span { border-color: rgb(140,214,7); }

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