#68CD64

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

Shades of Fern #68CD64

Tints of Fern #68CD64

Color information

#68CD64 (or 0x68CD64) is unknown color: approx Fern. HEX triplet: 68, CD and 64. RGB value is (104,205,100). Sum of RGB (Red+Green+Blue) = 104+205+100=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD64 is #97329B. Grayscale: #A3A3A3. Windows color (decimal): -9908892 or 6606184. OLE color: 6606184.

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

Color convert

RGB104205100-
CMYK0.4900.510.20
HSL117.71º51.22%59.8%-
HSV(B)117.71º51.22%80.39%-
XYZ29.8447.5319.66-
YUV162.8392.5486.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 205 (80.47% from 255) = 50.12%
BLUE value IS 100 (39.45% from 255) = 24.45%
R=25.43%
G=50.12%
B=24.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042051000.4900.510.20117.7151.2259.8
Hex68CD64310331476333c
Octal15031514461063241666374
Binary11010001100110111001001100010110011101001110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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