Html Css Color HEX #64C02D Apple

📋 copy color: '#64C02D'

red 100 ◦ green 192 ◦ blue 45

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

Shades of Apple #64C02D

Tints of Apple #64C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 29.67%
G = 56.97%
B = 13.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#64C02D (or 0x64C02D) is known color: Apple. HEX triplet: 64, C0 and 2D. RGB value is (100,192,45). Sum of RGB (Red+Green+Blue) = 100+192+45=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #64C02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C02D is #9B3FD2. Grayscale: #949494. Windows color (decimal): -10174419 or 2998372. OLE color: 2998372.

HSL color Cylindrical-coordinate representation of color #64C02D: hue angle of 97.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64C02D is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 45 -
CMYK 0.48 0 0.77 0.25
HSL 97.55º 0.62% 0.46% -
HSV(B) 97.55º 0.77% 0.75% -
XYZ 24.58 40.6 9.02 -
YUV 147.73 70.02 93.95 -
System Red Green Blue C M Y K H S L
Decimal 100 192 45 0.48 0 0.77 0.25 97.55 0.62 0.46
Hex 64 C0 2D 30 0 4D 19 62 3E 2E
Octal 144 300 55 60 0 115 31 142 76 56
Binary 1100100 11000000 101101 110000 0 1001101 11001 1100010 111110 101110

Color Harmonies of #64C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C02D

Black with #64C02D

Text Example


Text Example

White with #64C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,45); }

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

background-color css

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

 a { background-color: rgb(100,192,45); }

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

border-color css

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

 span { border-color: rgb(100,192,45); }

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