#68CD0A

Color #68CD0A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #68CD0A

Tints of Kelly Green #68CD0A

Color information

#68CD0A (or 0x68CD0A) is unknown color: approx Kelly Green. HEX triplet: 68, CD and 0A. RGB value is (104,205,10). Sum of RGB (Red+Green+Blue) = 104+205+10=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68CD0A is #9732F5. Grayscale: #999999. Windows color (decimal): -9908982 or 707944. OLE color: 707944.

HSL color Cylindrical-coordinate representation of color #68CD0A: hue angle of 91.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68CD0A is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB10420510-
CMYK0.4900.950.20
HSL91.08º90.7%42.16%-
HSV(B)91.08º95.12%80.39%-
XYZ27.646.637.83-
YUV152.5747.5493.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 205 (80.47% from 255) = 64.26%
BLUE value IS 10 (4.30% from 255) = 3.13%
R=32.60%
G=64.26%
B=3.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal104205100.4900.950.2091.0890.742.16
Hex68CDA3105F145b5b2a
Octal150315126101372413313352
Binary1101000110011011010110001010111111010010110111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CD0A; }

 p { color: rgb(104,205,10); }

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

<style>
 a { background-color: #68CD0A; }

 a { background-color: rgb(104,205,10); }

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

<style>
 span { border-color: #68CD0A; }

 span { border-color: rgb(104,205,10); }

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