Html Css Color HEX #64F385 Pastel Green

📋 copy color: '#64F385'

red 100 ◦ green 243 ◦ blue 133

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

Shades of Pastel Green #64F385

Tints of Pastel Green #64F385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.05%

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

R = 21.01%
G = 51.05%
B = 27.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#64F385 (or 0x64F385) is known color: Pastel Green. HEX triplet: 64, F3 and 85. RGB value is (100,243,133). Sum of RGB (Red+Green+Blue) = 100+243+133=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #64F385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F385 is #9B0C7A. Grayscale: #BCBCBC. Windows color (decimal): -10161275 or 8778596. OLE color: 8778596.

HSL color Cylindrical-coordinate representation of color #64F385: hue angle of 133.85º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F385 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 243 133 -
CMYK 0.59 0 0.45 0.05
HSL 133.85º 0.86% 0.67% -
HSV(B) 133.85º 0.59% 0.95% -
XYZ 41.54 68.5 33.22 -
YUV 187.7 97.12 65.44 -
System Red Green Blue C M Y K H S L
Decimal 100 243 133 0.59 0 0.45 0.05 133.85 0.86 0.67
Hex 64 F3 85 3B 0 2D 5 86 56 43
Octal 144 363 205 73 0 55 5 206 126 103
Binary 1100100 11110011 10000101 111011 0 101101 101 10000110 1010110 1000011

Color Harmonies of #64F385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F385

Black with #64F385

Text Example


Text Example

White with #64F385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,243,133); }

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

background-color css

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

 a { background-color: rgb(100,243,133); }

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

border-color css

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

 span { border-color: rgb(100,243,133); }

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