Html Css Color HEX #64D83C Apple

📋 copy color: '#64D83C'

red 100 ◦ green 216 ◦ blue 60

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

Shades of Apple #64D83C

Tints of Apple #64D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.45%

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 26.6%
G = 57.45%
B = 15.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#64D83C (or 0x64D83C) is known color: Apple. HEX triplet: 64, D8 and 3C. RGB value is (100,216,60). Sum of RGB (Red+Green+Blue) = 100+216+60=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #64D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D83C is #9B27C3. Grayscale: #A4A4A4. Windows color (decimal): -10168260 or 3987556. OLE color: 3987556.

HSL color Cylindrical-coordinate representation of color #64D83C: hue angle of 104.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64D83C is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 60 -
CMYK 0.54 0 0.72 0.15
HSL 104.62º 0.67% 0.54% -
HSV(B) 104.62º 0.72% 0.85% -
XYZ 30.63 52.15 12.73 -
YUV 163.53 69.57 82.68 -
System Red Green Blue C M Y K H S L
Decimal 100 216 60 0.54 0 0.72 0.15 104.62 0.67 0.54
Hex 64 D8 3C 36 0 48 F 69 43 36
Octal 144 330 74 66 0 110 17 151 103 66
Binary 1100100 11011000 111100 110110 0 1001000 1111 1101001 1000011 110110

Color Harmonies of #64D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D83C

Black with #64D83C

Text Example


Text Example

White with #64D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,60); }

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

background-color css

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

 a { background-color: rgb(100,216,60); }

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

border-color css

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

 span { border-color: rgb(100,216,60); }

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