Html Css Color HEX #65D985 Emerald

📋 copy color: '#65D985'

red 101 ◦ green 217 ◦ blue 133

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

Shades of Emerald #65D985

Tints of Emerald #65D985

RGB

 RED value IS 101 (39.84% from 255) = 22.39%

 GREEN value IS 217 (85.16% from 255) = 48.12%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 22.39%
G = 48.12%
B = 29.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#65D985 (or 0x65D985) is known color: Emerald. HEX triplet: 65, D9 and 85. RGB value is (101,217,133). Sum of RGB (Red+Green+Blue) = 101+217+133=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #65D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D985 is #9A267A. Grayscale: #ACACAC. Windows color (decimal): -10102395 or 8771941. OLE color: 8771941.

HSL color Cylindrical-coordinate representation of color #65D985: hue angle of 136.55º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D985 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 217 133 -
CMYK 0.53 0 0.39 0.15
HSL 136.55º 0.6% 0.62% -
HSV(B) 136.55º 0.53% 0.85% -
XYZ 34.41 54.09 30.82 -
YUV 172.74 105.57 76.83 -
System Red Green Blue C M Y K H S L
Decimal 101 217 133 0.53 0 0.39 0.15 136.55 0.6 0.62
Hex 65 D9 85 35 0 27 F 89 3C 3E
Octal 145 331 205 65 0 47 17 211 74 76
Binary 1100101 11011001 10000101 110101 0 100111 1111 10001001 111100 111110

Color Harmonies of #65D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D985

Black with #65D985

Text Example


Text Example

White with #65D985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65D985; }

 p { color: rgb(101,217,133); }

 H1.HeaderClassName
 {
   color: #65D985;
 }
 .AnyTagClassName
 {
   color: #65D985;
 }
</style>

background-color css

<style>
 a { background-color: #65D985; }

 a { background-color: rgb(101,217,133); }

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

border-color css

<style>
 span { border-color: #65D985; }

 span { border-color: rgb(101,217,133); }

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