Html Css Color HEX #66D25D Pastel Green

📋 copy color: '#66D25D'

red 102 ◦ green 210 ◦ blue 93

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

Shades of Pastel Green #66D25D

Tints of Pastel Green #66D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.85%

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

R = 25.19%
G = 51.85%
B = 22.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#66D25D (or 0x66D25D) is known color: Pastel Green. HEX triplet: 66, D2 and 5D. RGB value is (102,210,93). Sum of RGB (Red+Green+Blue) = 102+210+93=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #66D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D25D is #992DA2. Grayscale: #A4A4A4. Windows color (decimal): -10038691 or 6148710. OLE color: 6148710.

HSL color Cylindrical-coordinate representation of color #66D25D: hue angle of 115.38º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66D25D is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 210 93 -
CMYK 0.51 0 0.56 0.18
HSL 115.38º 0.57% 0.59% -
HSV(B) 115.38º 0.56% 0.82% -
XYZ 30.5 49.71 18.34 -
YUV 164.37 87.72 83.51 -
System Red Green Blue C M Y K H S L
Decimal 102 210 93 0.51 0 0.56 0.18 115.38 0.57 0.59
Hex 66 D2 5D 33 0 38 12 73 39 3B
Octal 146 322 135 63 0 70 22 163 71 73
Binary 1100110 11010010 1011101 110011 0 111000 10010 1110011 111001 111011

Color Harmonies of #66D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D25D

Black with #66D25D

Text Example


Text Example

White with #66D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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