Html Css Color HEX #65CA4F Apple

📋 copy color: '#65CA4F'

red 101 ◦ green 202 ◦ blue 79

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

Shades of Apple #65CA4F

Tints of Apple #65CA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 26.44%
G = 52.88%
B = 20.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#65CA4F (or 0x65CA4F) is known color: Apple. HEX triplet: 65, CA and 4F. RGB value is (101,202,79). Sum of RGB (Red+Green+Blue) = 101+202+79=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA4F is #9A35B0. Grayscale: #9E9E9E. Windows color (decimal): -10106289 or 5229157. OLE color: 5229157.

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

Color convert

RGB 101 202 79 -
CMYK 0.50 0 0.61 0.21
HSL 109.27º 0.54% 0.55% -
HSV(B) 109.27º 0.61% 0.79% -
XYZ 27.9 45.57 14.72 -
YUV 157.78 83.54 87.5 -
System Red Green Blue C M Y K H S L
Decimal 101 202 79 0.50 0 0.61 0.21 109.27 0.54 0.55
Hex 65 CA 4F 32 0 3D 15 6D 36 37
Octal 145 312 117 62 0 75 25 155 66 67
Binary 1100101 11001010 1001111 110010 0 111101 10101 1101101 110110 110111

Color Harmonies of #65CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA4F

Black with #65CA4F

Text Example


Text Example

White with #65CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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