Html Css Color HEX #65CA49 Apple

📋 copy color: '#65CA49'

red 101 ◦ green 202 ◦ blue 73

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

Shades of Apple #65CA49

Tints of Apple #65CA49

RGB

 RED value IS 101 (39.84% from 255) = 26.86%

 GREEN value IS 202 (79.3% from 255) = 53.72%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 26.86%
G = 53.72%
B = 19.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#65CA49 (or 0x65CA49) is known color: Apple. HEX triplet: 65, CA and 49. RGB value is (101,202,73). Sum of RGB (Red+Green+Blue) = 101+202+73=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA49 is #9A35B6. Grayscale: #9D9D9D. Windows color (decimal): -10106295 or 4835941. OLE color: 4835941.

HSL color Cylindrical-coordinate representation of color #65CA49: hue angle of 106.98º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65CA49 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 73 -
CMYK 0.50 0 0.64 0.21
HSL 106.98º 0.55% 0.54% -
HSV(B) 106.98º 0.64% 0.79% -
XYZ 27.69 45.49 13.62 -
YUV 157.1 80.54 87.99 -
System Red Green Blue C M Y K H S L
Decimal 101 202 73 0.50 0 0.64 0.21 106.98 0.55 0.54
Hex 65 CA 49 32 0 40 15 6B 37 36
Octal 145 312 111 62 0 100 25 153 67 66
Binary 1100101 11001010 1001001 110010 0 1000000 10101 1101011 110111 110110

Color Harmonies of #65CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA49

Black with #65CA49

Text Example


Text Example

White with #65CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CA49; }

 p { color: rgb(101,202,73); }

 H1.HeaderClassName
 {
   color: #65CA49;
 }
 .AnyTagClassName
 {
   color: #65CA49;
 }
</style>

background-color css

<style>
 a { background-color: #65CA49; }

 a { background-color: rgb(101,202,73); }

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

border-color css

<style>
 span { border-color: #65CA49; }

 span { border-color: rgb(101,202,73); }

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