Html Css Color HEX #66D35F Pastel Green

📋 copy color: '#66D35F'

red 102 ◦ green 211 ◦ blue 95

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

Shades of Pastel Green #66D35F

Tints of Pastel Green #66D35F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.72%

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

R = 25%
G = 51.72%
B = 23.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#66D35F (or 0x66D35F) is known color: Pastel Green. HEX triplet: 66, D3 and 5F. RGB value is (102,211,95). Sum of RGB (Red+Green+Blue) = 102+211+95=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #66D35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D35F is #992CA0. Grayscale: #A5A5A5. Windows color (decimal): -10038433 or 6280038. OLE color: 6280038.

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

Color convert

RGB 102 211 95 -
CMYK 0.52 0 0.55 0.17
HSL 116.38º 0.57% 0.6% -
HSV(B) 116.38º 0.55% 0.83% -
XYZ 30.84 50.24 18.9 -
YUV 165.19 88.39 82.93 -
System Red Green Blue C M Y K H S L
Decimal 102 211 95 0.52 0 0.55 0.17 116.38 0.57 0.6
Hex 66 D3 5F 34 0 37 11 74 39 3C
Octal 146 323 137 64 0 67 21 164 71 74
Binary 1100110 11010011 1011111 110100 0 110111 10001 1110100 111001 111100

Color Harmonies of #66D35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D35F

Black with #66D35F

Text Example


Text Example

White with #66D35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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