Html Css Color HEX #66CA68 Fern

📋 copy color: '#66CA68'

red 102 ◦ green 202 ◦ blue 104

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

Shades of Fern #66CA68

Tints of Fern #66CA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 25%
G = 49.51%
B = 25.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#66CA68 (or 0x66CA68) is known color: Fern. HEX triplet: 66, CA and 68. RGB value is (102,202,104). Sum of RGB (Red+Green+Blue) = 102+202+104=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA68 is #993597. Grayscale: #A1A1A1. Windows color (decimal): -10040728 or 6867558. OLE color: 6867558.

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

Color convert

RGB 102 202 104 -
CMYK 0.50 0 0.49 0.21
HSL 121.2º 0.49% 0.6% -
HSV(B) 121.2º 0.5% 0.79% -
XYZ 29.1 46.07 20.45 -
YUV 160.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 102 202 104 0.50 0 0.49 0.21 121.2 0.49 0.6
Hex 66 CA 68 32 0 31 15 79 31 3C
Octal 146 312 150 62 0 61 25 171 61 74
Binary 1100110 11001010 1101000 110010 0 110001 10101 1111001 110001 111100

Color Harmonies of #66CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA68

Black with #66CA68

Text Example


Text Example

White with #66CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,202,104); }

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

background-color css

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

 a { background-color: rgb(102,202,104); }

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

border-color css

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

 span { border-color: rgb(102,202,104); }

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