Html Css Color HEX #64E934 Apple

📋 copy color: '#64E934'

red 100 ◦ green 233 ◦ blue 52

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

Shades of Apple #64E934

Tints of Apple #64E934

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.52%

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 25.97%
G = 60.52%
B = 13.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#64E934 (or 0x64E934) is known color: Apple. HEX triplet: 64, E9 and 34. RGB value is (100,233,52). Sum of RGB (Red+Green+Blue) = 100+233+52=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 233 (91.41% from 255 or 60.52% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 233 - color contains mainly: green. Hex color #64E934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E934 is #9B16CB. Grayscale: #ADADAD. Windows color (decimal): -10163916 or 3467620. OLE color: 3467620.

HSL color Cylindrical-coordinate representation of color #64E934: hue angle of 104.09º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64E934 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 233 52 -
CMYK 0.57 0 0.78 0.09
HSL 104.09º 0.8% 0.56% -
HSV(B) 104.09º 0.78% 0.91% -
XYZ 35.01 61.24 13.22 -
YUV 172.6 59.94 76.22 -
System Red Green Blue C M Y K H S L
Decimal 100 233 52 0.57 0 0.78 0.09 104.09 0.8 0.56
Hex 64 E9 34 39 0 4E 9 68 50 38
Octal 144 351 64 71 0 116 11 150 120 70
Binary 1100100 11101001 110100 111001 0 1001110 1001 1101000 1010000 111000

Color Harmonies of #64E934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E934

Black with #64E934

Text Example


Text Example

White with #64E934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,233,52); }

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

background-color css

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

 a { background-color: rgb(100,233,52); }

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

border-color css

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

 span { border-color: rgb(100,233,52); }

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