Html Css Color HEX #64E121 Bright Green

📋 copy color: '#64E121'

red 100 ◦ green 225 ◦ blue 33

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

Shades of Bright Green #64E121

Tints of Bright Green #64E121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.85%

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 27.93%
G = 62.85%
B = 9.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#64E121 (or 0x64E121) is known color: Bright Green. HEX triplet: 64, E1 and 21. RGB value is (100,225,33). Sum of RGB (Red+Green+Blue) = 100+225+33=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #64E121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E121 is #9B1EDE. Grayscale: #A6A6A6. Windows color (decimal): -10165983 or 2220388. OLE color: 2220388.

HSL color Cylindrical-coordinate representation of color #64E121: hue angle of 99.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64E121 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 33 -
CMYK 0.56 0 0.85 0.12
HSL 99.06º 0.76% 0.51% -
HSV(B) 99.06º 0.85% 0.88% -
XYZ 32.46 56.67 10.67 -
YUV 165.74 53.09 81.11 -
System Red Green Blue C M Y K H S L
Decimal 100 225 33 0.56 0 0.85 0.12 99.06 0.76 0.51
Hex 64 E1 21 38 0 55 C 63 4C 33
Octal 144 341 41 70 0 125 14 143 114 63
Binary 1100100 11100001 100001 111000 0 1010101 1100 1100011 1001100 110011

Color Harmonies of #64E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E121

Black with #64E121

Text Example


Text Example

White with #64E121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,33); }

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

background-color css

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

 a { background-color: rgb(100,225,33); }

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

border-color css

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

 span { border-color: rgb(100,225,33); }

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