Html Css Color HEX #65C056 Apple

📋 copy color: '#65C056'

red 101 ◦ green 192 ◦ blue 86

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

Shades of Apple #65C056

Tints of Apple #65C056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 26.65%
G = 50.66%
B = 22.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#65C056 (or 0x65C056) is known color: Apple. HEX triplet: 65, C0 and 56. RGB value is (101,192,86). Sum of RGB (Red+Green+Blue) = 101+192+86=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #65C056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C056 is #9A3FA9. Grayscale: #999999. Windows color (decimal): -10108842 or 5685349. OLE color: 5685349.

HSL color Cylindrical-coordinate representation of color #65C056: hue angle of 111.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65C056 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 86 -
CMYK 0.47 0 0.55 0.25
HSL 111.51º 0.46% 0.55% -
HSV(B) 111.51º 0.55% 0.75% -
XYZ 25.9 41.14 15.38 -
YUV 152.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 101 192 86 0.47 0 0.55 0.25 111.51 0.46 0.55
Hex 65 C0 56 2F 0 37 19 70 2E 37
Octal 145 300 126 57 0 67 31 160 56 67
Binary 1100101 11000000 1010110 101111 0 110111 11001 1110000 101110 110111

Color Harmonies of #65C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C056

Black with #65C056

Text Example


Text Example

White with #65C056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,192,86); }

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

background-color css

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

 a { background-color: rgb(101,192,86); }

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

border-color css

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

 span { border-color: rgb(101,192,86); }

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