Html Css Color HEX #65D052 Apple

📋 copy color: '#65D052'

red 101 ◦ green 208 ◦ blue 82

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

Shades of Apple #65D052

Tints of Apple #65D052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

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

R = 25.83%
G = 53.2%
B = 20.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#65D052 (or 0x65D052) is known color: Apple. HEX triplet: 65, D0 and 52. RGB value is (101,208,82). Sum of RGB (Red+Green+Blue) = 101+208+82=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #65D052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D052 is #9A2FAD. Grayscale: #A2A2A2. Windows color (decimal): -10104750 or 5427301. OLE color: 5427301.

HSL color Cylindrical-coordinate representation of color #65D052: hue angle of 110.95º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65D052 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 208 82 -
CMYK 0.51 0 0.61 0.18
HSL 110.95º 0.57% 0.57% -
HSV(B) 110.95º 0.61% 0.82% -
XYZ 29.45 48.49 15.79 -
YUV 161.64 83.05 84.75 -
System Red Green Blue C M Y K H S L
Decimal 101 208 82 0.51 0 0.61 0.18 110.95 0.57 0.57
Hex 65 D0 52 33 0 3D 12 6F 39 39
Octal 145 320 122 63 0 75 22 157 71 71
Binary 1100101 11010000 1010010 110011 0 111101 10010 1101111 111001 111001

Color Harmonies of #65D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D052

Black with #65D052

Text Example


Text Example

White with #65D052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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