Html Css Color HEX #65C852 Apple

📋 copy color: '#65C852'

red 101 ◦ green 200 ◦ blue 82

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

Shades of Apple #65C852

Tints of Apple #65C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.22%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 26.37%
G = 52.22%
B = 21.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#65C852 (or 0x65C852) is known color: Apple. HEX triplet: 65, C8 and 52. RGB value is (101,200,82). Sum of RGB (Red+Green+Blue) = 101+200+82=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #65C852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C852 is #9A37AD. Grayscale: #9D9D9D. Windows color (decimal): -10106798 or 5425253. OLE color: 5425253.

HSL color Cylindrical-coordinate representation of color #65C852: hue angle of 110.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C852 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 200 82 -
CMYK 0.49 0 0.59 0.22
HSL 110.34º 0.52% 0.55% -
HSV(B) 110.34º 0.59% 0.78% -
XYZ 27.54 44.68 15.16 -
YUV 156.95 85.7 88.09 -
System Red Green Blue C M Y K H S L
Decimal 101 200 82 0.49 0 0.59 0.22 110.34 0.52 0.55
Hex 65 C8 52 31 0 3B 16 6E 34 37
Octal 145 310 122 61 0 73 26 156 64 67
Binary 1100101 11001000 1010010 110001 0 111011 10110 1101110 110100 110111

Color Harmonies of #65C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C852

Black with #65C852

Text Example


Text Example

White with #65C852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,200,82); }

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

background-color css

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

 a { background-color: rgb(101,200,82); }

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

border-color css

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

 span { border-color: rgb(101,200,82); }

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