Html Css Color HEX #66D469 Pastel Green

📋 copy color: '#66D469'

red 102 ◦ green 212 ◦ blue 105

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

Shades of Pastel Green #66D469

Tints of Pastel Green #66D469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.6%

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 24.34%
G = 50.6%
B = 25.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#66D469 (or 0x66D469) is known color: Pastel Green. HEX triplet: 66, D4 and 69. RGB value is (102,212,105). Sum of RGB (Red+Green+Blue) = 102+212+105=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #66D469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D469 is #992B96. Grayscale: #A7A7A7. Windows color (decimal): -10038167 or 6935654. OLE color: 6935654.

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

Color convert

RGB 102 212 105 -
CMYK 0.52 0 0.50 0.17
HSL 121.64º 0.56% 0.62% -
HSV(B) 121.64º 0.52% 0.83% -
XYZ 31.57 50.93 21.53 -
YUV 166.91 93.06 81.7 -
System Red Green Blue C M Y K H S L
Decimal 102 212 105 0.52 0 0.50 0.17 121.64 0.56 0.62
Hex 66 D4 69 34 0 32 11 7A 38 3E
Octal 146 324 151 64 0 62 21 172 70 76
Binary 1100110 11010100 1101001 110100 0 110010 10001 1111010 111000 111110

Color Harmonies of #66D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D469

Black with #66D469

Text Example


Text Example

White with #66D469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,212,105); }

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

background-color css

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

 a { background-color: rgb(102,212,105); }

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

border-color css

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

 span { border-color: rgb(102,212,105); }

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