Html Css Color HEX #66D665 Pastel Green

📋 copy color: '#66D665'

red 102 ◦ green 214 ◦ blue 101

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

Shades of Pastel Green #66D665

Tints of Pastel Green #66D665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.32%

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 24.46%
G = 51.32%
B = 24.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#66D665 (or 0x66D665) is known color: Pastel Green. HEX triplet: 66, D6 and 65. RGB value is (102,214,101). Sum of RGB (Red+Green+Blue) = 102+214+101=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #66D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D665 is #99299A. Grayscale: #A7A7A7. Windows color (decimal): -10037659 or 6674022. OLE color: 6674022.

HSL color Cylindrical-coordinate representation of color #66D665: hue angle of 119.47º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D665 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 214 101 -
CMYK 0.52 0 0.53 0.16
HSL 119.47º 0.58% 0.62% -
HSV(B) 119.47º 0.53% 0.84% -
XYZ 31.88 51.86 20.64 -
YUV 167.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 102 214 101 0.52 0 0.53 0.16 119.47 0.58 0.62
Hex 66 D6 65 34 0 35 10 77 3A 3E
Octal 146 326 145 64 0 65 20 167 72 76
Binary 1100110 11010110 1100101 110100 0 110101 10000 1110111 111010 111110

Color Harmonies of #66D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D665

Black with #66D665

Text Example


Text Example

White with #66D665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,214,101); }

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

background-color css

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

 a { background-color: rgb(102,214,101); }

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

border-color css

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

 span { border-color: rgb(102,214,101); }

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