Html Css Color HEX #64DF3F Apple

📋 copy color: '#64DF3F'

red 100 ◦ green 223 ◦ blue 63

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

Shades of Apple #64DF3F

Tints of Apple #64DF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.77%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 25.91%
G = 57.77%
B = 16.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#64DF3F (or 0x64DF3F) is known color: Apple. HEX triplet: 64, DF and 3F. RGB value is (100,223,63). Sum of RGB (Red+Green+Blue) = 100+223+63=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DF3F is #9B20C0. Grayscale: #A8A8A8. Windows color (decimal): -10166465 or 4185956. OLE color: 4185956.

HSL color Cylindrical-coordinate representation of color #64DF3F: hue angle of 106.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64DF3F is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 63 -
CMYK 0.55 0 0.72 0.13
HSL 106.13º 0.71% 0.56% -
HSV(B) 106.13º 0.72% 0.87% -
XYZ 32.54 55.84 13.77 -
YUV 167.98 68.75 79.51 -
System Red Green Blue C M Y K H S L
Decimal 100 223 63 0.55 0 0.72 0.13 106.13 0.71 0.56
Hex 64 DF 3F 37 0 48 D 6A 47 38
Octal 144 337 77 67 0 110 15 152 107 70
Binary 1100100 11011111 111111 110111 0 1001000 1101 1101010 1000111 111000

Color Harmonies of #64DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DF3F

Black with #64DF3F

Text Example


Text Example

White with #64DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,223,63); }

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

background-color css

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

 a { background-color: rgb(100,223,63); }

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

border-color css

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

 span { border-color: rgb(100,223,63); }

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