Html Css Color HEX #64D234 Apple

📋 copy color: '#64D234'

red 100 ◦ green 210 ◦ blue 52

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

Shades of Apple #64D234

Tints of Apple #64D234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.01%

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

R = 27.62%
G = 58.01%
B = 14.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#64D234 (or 0x64D234) is known color: Apple. HEX triplet: 64, D2 and 34. RGB value is (100,210,52). Sum of RGB (Red+Green+Blue) = 100+210+52=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #64D234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D234 is #9B2DCB. Grayscale: #9F9F9F. Windows color (decimal): -10169804 or 3461732. OLE color: 3461732.

HSL color Cylindrical-coordinate representation of color #64D234: hue angle of 101.77º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64D234 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 52 -
CMYK 0.52 0 0.75 0.18
HSL 101.77º 0.64% 0.51% -
HSV(B) 101.77º 0.75% 0.82% -
XYZ 28.92 49.05 11.19 -
YUV 159.1 67.56 85.85 -
System Red Green Blue C M Y K H S L
Decimal 100 210 52 0.52 0 0.75 0.18 101.77 0.64 0.51
Hex 64 D2 34 34 0 4B 12 66 40 33
Octal 144 322 64 64 0 113 22 146 100 63
Binary 1100100 11010010 110100 110100 0 1001011 10010 1100110 1000000 110011

Color Harmonies of #64D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D234

Black with #64D234

Text Example


Text Example

White with #64D234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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