Html Css Color HEX #66CD5D Fern

📋 copy color: '#66CD5D'

red 102 ◦ green 205 ◦ blue 93

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

Shades of Fern #66CD5D

Tints of Fern #66CD5D

RGB

 RED value IS 102 (40.23% from 255) = 25.5%

 GREEN value IS 205 (80.47% from 255) = 51.25%

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 25.5%
G = 51.25%
B = 23.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#66CD5D (or 0x66CD5D) is known color: Fern. HEX triplet: 66, CD and 5D. RGB value is (102,205,93). Sum of RGB (Red+Green+Blue) = 102+205+93=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD5D is #9932A2. Grayscale: #A1A1A1. Windows color (decimal): -10039971 or 6147430. OLE color: 6147430.

HSL color Cylindrical-coordinate representation of color #66CD5D: hue angle of 115.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66CD5D is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 93 -
CMYK 0.50 0 0.55 0.20
HSL 115.18º 0.53% 0.58% -
HSV(B) 115.18º 0.55% 0.8% -
XYZ 29.29 47.28 17.94 -
YUV 161.44 89.38 85.61 -
System Red Green Blue C M Y K H S L
Decimal 102 205 93 0.50 0 0.55 0.20 115.18 0.53 0.58
Hex 66 CD 5D 32 0 37 14 73 35 3A
Octal 146 315 135 62 0 67 24 163 65 72
Binary 1100110 11001101 1011101 110010 0 110111 10100 1110011 110101 111010

Color Harmonies of #66CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD5D

Black with #66CD5D

Text Example


Text Example

White with #66CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CD5D; }

 p { color: rgb(102,205,93); }

 H1.HeaderClassName
 {
   color: #66CD5D;
 }
 .AnyTagClassName
 {
   color: #66CD5D;
 }
</style>

background-color css

<style>
 a { background-color: #66CD5D; }

 a { background-color: rgb(102,205,93); }

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

border-color css

<style>
 span { border-color: #66CD5D; }

 span { border-color: rgb(102,205,93); }

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