Html Css Color HEX #64D235 Apple

📋 copy color: '#64D235'

red 100 ◦ green 210 ◦ blue 53

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

Shades of Apple #64D235

Tints of Apple #64D235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 27.55%
G = 57.85%
B = 14.6%

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

#64D235 (or 0x64D235) is known color: Apple. HEX triplet: 64, D2 and 35. RGB value is (100,210,53). Sum of RGB (Red+Green+Blue) = 100+210+53=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #64D235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D235 is #9B2DCA. Grayscale: #9F9F9F. Windows color (decimal): -10169803 or 3527268. OLE color: 3527268.

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

Color convert

RGB 100 210 53 -
CMYK 0.52 0 0.75 0.18
HSL 102.04º 0.64% 0.52% -
HSV(B) 102.04º 0.75% 0.82% -
XYZ 28.94 49.06 11.31 -
YUV 159.21 68.06 85.77 -
System Red Green Blue C M Y K H S L
Decimal 100 210 53 0.52 0 0.75 0.18 102.04 0.64 0.52
Hex 64 D2 35 34 0 4B 12 66 40 34
Octal 144 322 65 64 0 113 22 146 100 64
Binary 1100100 11010010 110101 110100 0 1001011 10010 1100110 1000000 110100

Color Harmonies of #64D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D235

Black with #64D235

Text Example


Text Example

White with #64D235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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