Html Css Color HEX #65CA4B Apple

📋 copy color: '#65CA4B'

red 101 ◦ green 202 ◦ blue 75

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

Shades of Apple #65CA4B

Tints of Apple #65CA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 26.72%
G = 53.44%
B = 19.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#65CA4B (or 0x65CA4B) is known color: Apple. HEX triplet: 65, CA and 4B. RGB value is (101,202,75). Sum of RGB (Red+Green+Blue) = 101+202+75=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA4B is #9A35B4. Grayscale: #9D9D9D. Windows color (decimal): -10106293 or 4967013. OLE color: 4967013.

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

Color convert

RGB 101 202 75 -
CMYK 0.50 0 0.63 0.21
HSL 107.72º 0.55% 0.54% -
HSV(B) 107.72º 0.63% 0.79% -
XYZ 27.76 45.52 13.98 -
YUV 157.32 81.54 87.83 -
System Red Green Blue C M Y K H S L
Decimal 101 202 75 0.50 0 0.63 0.21 107.72 0.55 0.54
Hex 65 CA 4B 32 0 3F 15 6C 37 36
Octal 145 312 113 62 0 77 25 154 67 66
Binary 1100101 11001010 1001011 110010 0 111111 10101 1101100 110111 110110

Color Harmonies of #65CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA4B

Black with #65CA4B

Text Example


Text Example

White with #65CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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