Html Css Color HEX #64DF75 Pastel Green

📋 copy color: '#64DF75'

red 100 ◦ green 223 ◦ blue 117

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

Shades of Pastel Green #64DF75

Tints of Pastel Green #64DF75

RGB

 RED value IS 100 (39.45% from 255) = 22.73%

 GREEN value IS 223 (87.5% from 255) = 50.68%

 BLUE value IS 117 (46.09% from 255) = 26.59%

R = 22.73%
G = 50.68%
B = 26.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#64DF75 (or 0x64DF75) is known color: Pastel Green. HEX triplet: 64, DF and 75. RGB value is (100,223,117). Sum of RGB (Red+Green+Blue) = 100+223+117=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DF75 is #9B208A. Grayscale: #AEAEAE. Windows color (decimal): -10166411 or 7724900. OLE color: 7724900.

HSL color Cylindrical-coordinate representation of color #64DF75: hue angle of 128.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DF75 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 117 -
CMYK 0.55 0 0.48 0.13
HSL 128.29º 0.66% 0.63% -
HSV(B) 128.29º 0.55% 0.87% -
XYZ 34.85 56.77 25.95 -
YUV 174.14 95.75 75.12 -
System Red Green Blue C M Y K H S L
Decimal 100 223 117 0.55 0 0.48 0.13 128.29 0.66 0.63
Hex 64 DF 75 37 0 30 D 80 42 3F
Octal 144 337 165 67 0 60 15 200 102 77
Binary 1100100 11011111 1110101 110111 0 110000 1101 10000000 1000010 111111

Color Harmonies of #64DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DF75

Black with #64DF75

Text Example


Text Example

White with #64DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64DF75; }

 p { color: rgb(100,223,117); }

 H1.HeaderClassName
 {
   color: #64DF75;
 }
 .AnyTagClassName
 {
   color: #64DF75;
 }
</style>

background-color css

<style>
 a { background-color: #64DF75; }

 a { background-color: rgb(100,223,117); }

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

border-color css

<style>
 span { border-color: #64DF75; }

 span { border-color: rgb(100,223,117); }

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