Html Css Color HEX #66DC69 Pastel Green

📋 copy color: '#66DC69'

red 102 ◦ green 220 ◦ blue 105

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

Shades of Pastel Green #66DC69

Tints of Pastel Green #66DC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.52%

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

R = 23.89%
G = 51.52%
B = 24.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#66DC69 (or 0x66DC69) is known color: Pastel Green. HEX triplet: 66, DC and 69. RGB value is (102,220,105). Sum of RGB (Red+Green+Blue) = 102+220+105=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC69 is #992396. Grayscale: #ABABAB. Windows color (decimal): -10036119 or 6937702. OLE color: 6937702.

HSL color Cylindrical-coordinate representation of color #66DC69: hue angle of 121.53º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DC69 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 105 -
CMYK 0.54 0 0.52 0.14
HSL 121.53º 0.63% 0.63% -
HSV(B) 121.53º 0.54% 0.86% -
XYZ 33.62 55.03 22.21 -
YUV 171.61 90.41 78.35 -
System Red Green Blue C M Y K H S L
Decimal 102 220 105 0.54 0 0.52 0.14 121.53 0.63 0.63
Hex 66 DC 69 36 0 34 E 7A 3F 3F
Octal 146 334 151 66 0 64 16 172 77 77
Binary 1100110 11011100 1101001 110110 0 110100 1110 1111010 111111 111111

Color Harmonies of #66DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DC69

Black with #66DC69

Text Example


Text Example

White with #66DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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