Html Css Color HEX #66D55F Pastel Green

📋 copy color: '#66D55F'

red 102 ◦ green 213 ◦ blue 95

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

Shades of Pastel Green #66D55F

Tints of Pastel Green #66D55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 24.88%
G = 51.95%
B = 23.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#66D55F (or 0x66D55F) is known color: Pastel Green. HEX triplet: 66, D5 and 5F. RGB value is (102,213,95). Sum of RGB (Red+Green+Blue) = 102+213+95=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #66D55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D55F is #992AA0. Grayscale: #A6A6A6. Windows color (decimal): -10037921 or 6280550. OLE color: 6280550.

HSL color Cylindrical-coordinate representation of color #66D55F: hue angle of 116.44º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66D55F is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 95 -
CMYK 0.52 0 0.55 0.16
HSL 116.44º 0.58% 0.6% -
HSV(B) 116.44º 0.55% 0.84% -
XYZ 31.34 51.24 19.06 -
YUV 166.36 87.73 82.09 -
System Red Green Blue C M Y K H S L
Decimal 102 213 95 0.52 0 0.55 0.16 116.44 0.58 0.6
Hex 66 D5 5F 34 0 37 10 74 3A 3C
Octal 146 325 137 64 0 67 20 164 72 74
Binary 1100110 11010101 1011111 110100 0 110111 10000 1110100 111010 111100

Color Harmonies of #66D55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D55F

Black with #66D55F

Text Example


Text Example

White with #66D55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,213,95); }

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

background-color css

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

 a { background-color: rgb(102,213,95); }

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

border-color css

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

 span { border-color: rgb(102,213,95); }

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