Html Css Color HEX #66D27D Emerald

📋 copy color: '#66D27D'

red 102 ◦ green 210 ◦ blue 125

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

Shades of Emerald #66D27D

Tints of Emerald #66D27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 23.34%
G = 48.05%
B = 28.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#66D27D (or 0x66D27D) is known color: Emerald. HEX triplet: 66, D2 and 7D. RGB value is (102,210,125). Sum of RGB (Red+Green+Blue) = 102+210+125=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #66D27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D27D is #992D82. Grayscale: #A8A8A8. Windows color (decimal): -10038659 or 8245862. OLE color: 8245862.

HSL color Cylindrical-coordinate representation of color #66D27D: hue angle of 132.78º 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 #66D27D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 210 125 -
CMYK 0.51 0 0.40 0.18
HSL 132.78º 0.55% 0.61% -
HSV(B) 132.78º 0.51% 0.82% -
XYZ 32.23 50.4 27.43 -
YUV 168.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 102 210 125 0.51 0 0.40 0.18 132.78 0.55 0.61
Hex 66 D2 7D 33 0 28 12 85 37 3D
Octal 146 322 175 63 0 50 22 205 67 75
Binary 1100110 11010010 1111101 110011 0 101000 10010 10000101 110111 111101

Color Harmonies of #66D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D27D

Black with #66D27D

Text Example


Text Example

White with #66D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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