Html Css Color HEX #66CF7D Emerald

📋 copy color: '#66CF7D'

red 102 ◦ green 207 ◦ blue 125

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

Shades of Emerald #66CF7D

Tints of Emerald #66CF7D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

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

R = 23.5%
G = 47.7%
B = 28.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#66CF7D (or 0x66CF7D) is known color: Emerald. HEX triplet: 66, CF and 7D. RGB value is (102,207,125). Sum of RGB (Red+Green+Blue) = 102+207+125=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CF7D is #993082. Grayscale: #A6A6A6. Windows color (decimal): -10039427 or 8245094. OLE color: 8245094.

HSL color Cylindrical-coordinate representation of color #66CF7D: hue angle of 133.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF7D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 125 -
CMYK 0.51 0 0.40 0.19
HSL 133.14º 0.52% 0.61% -
HSV(B) 133.14º 0.51% 0.81% -
XYZ 31.49 48.93 27.19 -
YUV 166.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 102 207 125 0.51 0 0.40 0.19 133.14 0.52 0.61
Hex 66 CF 7D 33 0 28 13 85 34 3D
Octal 146 317 175 63 0 50 23 205 64 75
Binary 1100110 11001111 1111101 110011 0 101000 10011 10000101 110100 111101

Color Harmonies of #66CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF7D

Black with #66CF7D

Text Example


Text Example

White with #66CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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