Html Css Color HEX #66D269 Pastel Green

📋 copy color: '#66D269'

red 102 ◦ green 210 ◦ blue 105

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

Shades of Pastel Green #66D269

Tints of Pastel Green #66D269

RGB

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

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

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

R = 24.46%
G = 50.36%
B = 25.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#66D269 (or 0x66D269) is known color: Pastel Green. HEX triplet: 66, D2 and 69. RGB value is (102,210,105). Sum of RGB (Red+Green+Blue) = 102+210+105=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #66D269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D269 is #992D96. Grayscale: #A6A6A6. Windows color (decimal): -10038679 or 6935142. OLE color: 6935142.

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

Color convert

RGB 102 210 105 -
CMYK 0.51 0 0.50 0.18
HSL 121.67º 0.55% 0.61% -
HSV(B) 121.67º 0.51% 0.82% -
XYZ 31.08 49.94 21.37 -
YUV 165.74 93.72 82.54 -
System Red Green Blue C M Y K H S L
Decimal 102 210 105 0.51 0 0.50 0.18 121.67 0.55 0.61
Hex 66 D2 69 33 0 32 12 7A 37 3D
Octal 146 322 151 63 0 62 22 172 67 75
Binary 1100110 11010010 1101001 110011 0 110010 10010 1111010 110111 111101

Color Harmonies of #66D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D269

Black with #66D269

Text Example


Text Example

White with #66D269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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