Html Css Color HEX #64CE35 Apple

📋 copy color: '#64CE35'

red 100 ◦ green 206 ◦ blue 53

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

Shades of Apple #64CE35

Tints of Apple #64CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.38%

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

R = 27.86%
G = 57.38%
B = 14.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#64CE35 (or 0x64CE35) is known color: Apple. HEX triplet: 64, CE and 35. RGB value is (100,206,53). Sum of RGB (Red+Green+Blue) = 100+206+53=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE35 is #9B31CA. Grayscale: #9D9D9D. Windows color (decimal): -10170827 or 3526244. OLE color: 3526244.

HSL color Cylindrical-coordinate representation of color #64CE35: hue angle of 101.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64CE35 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 53 -
CMYK 0.51 0 0.74 0.19
HSL 101.57º 0.61% 0.51% -
HSV(B) 101.57º 0.74% 0.81% -
XYZ 27.97 47.11 10.99 -
YUV 156.86 69.38 87.44 -
System Red Green Blue C M Y K H S L
Decimal 100 206 53 0.51 0 0.74 0.19 101.57 0.61 0.51
Hex 64 CE 35 33 0 4A 13 66 3D 33
Octal 144 316 65 63 0 112 23 146 75 63
Binary 1100100 11001110 110101 110011 0 1001010 10011 1100110 111101 110011

Color Harmonies of #64CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE35

Black with #64CE35

Text Example


Text Example

White with #64CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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