Html Css Color HEX #64CB35 Apple

📋 copy color: '#64CB35'

red 100 ◦ green 203 ◦ blue 53

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

Shades of Apple #64CB35

Tints of Apple #64CB35

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.02%

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

R = 28.09%
G = 57.02%
B = 14.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#64CB35 (or 0x64CB35) is known color: Apple. HEX triplet: 64, CB and 35. RGB value is (100,203,53). Sum of RGB (Red+Green+Blue) = 100+203+53=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CB35 is #9B34CA. Grayscale: #9B9B9B. Windows color (decimal): -10171595 or 3525476. OLE color: 3525476.

HSL color Cylindrical-coordinate representation of color #64CB35: hue angle of 101.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64CB35 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 203 53 -
CMYK 0.51 0 0.74 0.20
HSL 101.2º 0.59% 0.5% -
HSV(B) 101.2º 0.74% 0.8% -
XYZ 27.25 45.68 10.75 -
YUV 155.1 70.38 88.7 -
System Red Green Blue C M Y K H S L
Decimal 100 203 53 0.51 0 0.74 0.20 101.2 0.59 0.5
Hex 64 CB 35 33 0 4A 14 65 3B 32
Octal 144 313 65 63 0 112 24 145 73 62
Binary 1100100 11001011 110101 110011 0 1001010 10100 1100101 111011 110010

Color Harmonies of #64CB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CB35

Black with #64CB35

Text Example


Text Example

White with #64CB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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