Html Css Color HEX #64C338 Apple

📋 copy color: '#64C338'

red 100 ◦ green 195 ◦ blue 56

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

Shades of Apple #64C338

Tints of Apple #64C338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.56%

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

R = 28.49%
G = 55.56%
B = 15.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#64C338 (or 0x64C338) is known color: Apple. HEX triplet: 64, C3 and 38. RGB value is (100,195,56). Sum of RGB (Red+Green+Blue) = 100+195+56=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #64C338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C338 is #9B3CC7. Grayscale: #979797. Windows color (decimal): -10173640 or 3720036. OLE color: 3720036.

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

Color convert

RGB 100 195 56 -
CMYK 0.49 0 0.71 0.24
HSL 101.01º 0.55% 0.49% -
HSV(B) 101.01º 0.71% 0.76% -
XYZ 25.48 42.03 10.51 -
YUV 150.75 74.53 91.8 -
System Red Green Blue C M Y K H S L
Decimal 100 195 56 0.49 0 0.71 0.24 101.01 0.55 0.49
Hex 64 C3 38 31 0 47 18 65 37 31
Octal 144 303 70 61 0 107 30 145 67 61
Binary 1100100 11000011 111000 110001 0 1000111 11000 1100101 110111 110001

Color Harmonies of #64C338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C338

Black with #64C338

Text Example


Text Example

White with #64C338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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