Html Css Color HEX #66C95A Fern

📋 copy color: '#66C95A'

red 102 ◦ green 201 ◦ blue 90

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

Shades of Fern #66C95A

Tints of Fern #66C95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.15%

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 25.95%
G = 51.15%
B = 22.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#66C95A (or 0x66C95A) is known color: Fern. HEX triplet: 66, C9 and 5A. RGB value is (102,201,90). Sum of RGB (Red+Green+Blue) = 102+201+90=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #66C95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C95A is #9936A5. Grayscale: #9F9F9F. Windows color (decimal): -10040998 or 5949798. OLE color: 5949798.

HSL color Cylindrical-coordinate representation of color #66C95A: hue angle of 113.51º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66C95A is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 201 90 -
CMYK 0.49 0 0.55 0.21
HSL 113.51º 0.51% 0.57% -
HSV(B) 113.51º 0.55% 0.79% -
XYZ 28.21 45.34 16.94 -
YUV 158.75 89.2 87.53 -
System Red Green Blue C M Y K H S L
Decimal 102 201 90 0.49 0 0.55 0.21 113.51 0.51 0.57
Hex 66 C9 5A 31 0 37 15 72 33 39
Octal 146 311 132 61 0 67 25 162 63 71
Binary 1100110 11001001 1011010 110001 0 110111 10101 1110010 110011 111001

Color Harmonies of #66C95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C95A

Black with #66C95A

Text Example


Text Example

White with #66C95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,201,90); }

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

background-color css

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

 a { background-color: rgb(102,201,90); }

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

border-color css

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

 span { border-color: rgb(102,201,90); }

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