Html Css Color HEX #64D838 Apple

📋 copy color: '#64D838'

red 100 ◦ green 216 ◦ blue 56

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

Shades of Apple #64D838

Tints of Apple #64D838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 26.88%
G = 58.06%
B = 15.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#64D838 (or 0x64D838) is known color: Apple. HEX triplet: 64, D8 and 38. RGB value is (100,216,56). Sum of RGB (Red+Green+Blue) = 100+216+56=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #64D838 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D838 is #9B27C7. Grayscale: #A3A3A3. Windows color (decimal): -10168264 or 3725412. OLE color: 3725412.

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

Color convert

RGB 100 216 56 -
CMYK 0.54 0 0.74 0.15
HSL 103.5º 0.67% 0.53% -
HSV(B) 103.5º 0.74% 0.85% -
XYZ 30.53 52.11 12.19 -
YUV 163.08 67.57 83.01 -
System Red Green Blue C M Y K H S L
Decimal 100 216 56 0.54 0 0.74 0.15 103.5 0.67 0.53
Hex 64 D8 38 36 0 4A F 68 43 35
Octal 144 330 70 66 0 112 17 150 103 65
Binary 1100100 11011000 111000 110110 0 1001010 1111 1101000 1000011 110101

Color Harmonies of #64D838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D838

Black with #64D838

Text Example


Text Example

White with #64D838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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