Html Css Color HEX #64D83A Apple

📋 copy color: '#64D83A'

red 100 ◦ green 216 ◦ blue 58

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

Shades of Apple #64D83A

Tints of Apple #64D83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 26.74%
G = 57.75%
B = 15.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#64D83A (or 0x64D83A) is known color: Apple. HEX triplet: 64, D8 and 3A. RGB value is (100,216,58). Sum of RGB (Red+Green+Blue) = 100+216+58=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #64D83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D83A is #9B27C5. Grayscale: #A3A3A3. Windows color (decimal): -10168262 or 3856484. OLE color: 3856484.

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

Color convert

RGB 100 216 58 -
CMYK 0.54 0 0.73 0.15
HSL 104.05º 0.67% 0.54% -
HSV(B) 104.05º 0.73% 0.85% -
XYZ 30.58 52.13 12.45 -
YUV 163.3 68.57 82.85 -
System Red Green Blue C M Y K H S L
Decimal 100 216 58 0.54 0 0.73 0.15 104.05 0.67 0.54
Hex 64 D8 3A 36 0 49 F 68 43 36
Octal 144 330 72 66 0 111 17 150 103 66
Binary 1100100 11011000 111010 110110 0 1001001 1111 1101000 1000011 110110

Color Harmonies of #64D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D83A

Black with #64D83A

Text Example


Text Example

White with #64D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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