Html Css Color HEX #65D255 Apple

📋 copy color: '#65D255'

red 101 ◦ green 210 ◦ blue 85

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

Shades of Apple #65D255

Tints of Apple #65D255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.03%

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 25.51%
G = 53.03%
B = 21.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#65D255 (or 0x65D255) is known color: Apple. HEX triplet: 65, D2 and 55. RGB value is (101,210,85). Sum of RGB (Red+Green+Blue) = 101+210+85=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #65D255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D255 is #9A2DAA. Grayscale: #A3A3A3. Windows color (decimal): -10104235 or 5624421. OLE color: 5624421.

HSL color Cylindrical-coordinate representation of color #65D255: hue angle of 112.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D255 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 210 85 -
CMYK 0.52 0 0.60 0.18
HSL 112.32º 0.58% 0.58% -
HSV(B) 112.32º 0.6% 0.82% -
XYZ 30.05 49.52 16.57 -
YUV 163.16 83.89 83.66 -
System Red Green Blue C M Y K H S L
Decimal 101 210 85 0.52 0 0.60 0.18 112.32 0.58 0.58
Hex 65 D2 55 34 0 3C 12 70 3A 3A
Octal 145 322 125 64 0 74 22 160 72 72
Binary 1100101 11010010 1010101 110100 0 111100 10010 1110000 111010 111010

Color Harmonies of #65D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D255

Black with #65D255

Text Example


Text Example

White with #65D255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,210,85); }

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

background-color css

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

 a { background-color: rgb(101,210,85); }

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

border-color css

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

 span { border-color: rgb(101,210,85); }

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