Html Css Color HEX #64C255 Apple

📋 copy color: '#64C255'

red 100 ◦ green 194 ◦ blue 85

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

Shades of Apple #64C255

Tints of Apple #64C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 85 (33.59% from 255) = 22.43%

R = 26.39%
G = 51.19%
B = 22.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#64C255 (or 0x64C255) is known color: Apple. HEX triplet: 64, C2 and 55. RGB value is (100,194,85). Sum of RGB (Red+Green+Blue) = 100+194+85=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #64C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C255 is #9B3DAA. Grayscale: #999999. Windows color (decimal): -10173867 or 5620324. OLE color: 5620324.

HSL color Cylindrical-coordinate representation of color #64C255: hue angle of 111.74º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64C255 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 194 85 -
CMYK 0.48 0 0.56 0.24
HSL 111.74º 0.47% 0.55% -
HSV(B) 111.74º 0.56% 0.76% -
XYZ 26.19 41.95 15.31 -
YUV 153.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 100 194 85 0.48 0 0.56 0.24 111.74 0.47 0.55
Hex 64 C2 55 30 0 38 18 70 2F 37
Octal 144 302 125 60 0 70 30 160 57 67
Binary 1100100 11000010 1010101 110000 0 111000 11000 1110000 101111 110111

Color Harmonies of #64C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C255

Black with #64C255

Text Example


Text Example

White with #64C255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,194,85); }

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

background-color css

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

 a { background-color: rgb(100,194,85); }

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

border-color css

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

 span { border-color: rgb(100,194,85); }

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