Html Css Color HEX #64CD38 Apple

📋 copy color: '#64CD38'

red 100 ◦ green 205 ◦ blue 56

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

Shades of Apple #64CD38

Tints of Apple #64CD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.79%

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

R = 27.7%
G = 56.79%
B = 15.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#64CD38 (or 0x64CD38) is known color: Apple. HEX triplet: 64, CD and 38. RGB value is (100,205,56). Sum of RGB (Red+Green+Blue) = 100+205+56=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD38 is #9B32C7. Grayscale: #9D9D9D. Windows color (decimal): -10171080 or 3722596. OLE color: 3722596.

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

Color convert

RGB 100 205 56 -
CMYK 0.51 0 0.73 0.20
HSL 102.28º 0.6% 0.51% -
HSV(B) 102.28º 0.73% 0.8% -
XYZ 27.8 46.66 11.28 -
YUV 156.62 71.21 87.62 -
System Red Green Blue C M Y K H S L
Decimal 100 205 56 0.51 0 0.73 0.20 102.28 0.6 0.51
Hex 64 CD 38 33 0 49 14 66 3C 33
Octal 144 315 70 63 0 111 24 146 74 63
Binary 1100100 11001101 111000 110011 0 1001001 10100 1100110 111100 110011

Color Harmonies of #64CD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD38

Black with #64CD38

Text Example


Text Example

White with #64CD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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