Html Css Color HEX #65D250 Apple

📋 copy color: '#65D250'

red 101 ◦ green 210 ◦ blue 80

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

Shades of Apple #65D250

Tints of Apple #65D250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 25.83%
G = 53.71%
B = 20.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#65D250 (or 0x65D250) is known color: Apple. HEX triplet: 65, D2 and 50. RGB value is (101,210,80). Sum of RGB (Red+Green+Blue) = 101+210+80=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #65D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D250 is #9A2DAF. Grayscale: #A3A3A3. Windows color (decimal): -10104240 or 5296741. OLE color: 5296741.

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

Color convert

RGB 101 210 80 -
CMYK 0.52 0 0.62 0.18
HSL 110.31º 0.59% 0.57% -
HSV(B) 110.31º 0.62% 0.82% -
XYZ 29.86 49.44 15.56 -
YUV 162.59 81.39 84.07 -
System Red Green Blue C M Y K H S L
Decimal 101 210 80 0.52 0 0.62 0.18 110.31 0.59 0.57
Hex 65 D2 50 34 0 3E 12 6E 3B 39
Octal 145 322 120 64 0 76 22 156 73 71
Binary 1100101 11010010 1010000 110100 0 111110 10010 1101110 111011 111001

Color Harmonies of #65D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D250

Black with #65D250

Text Example


Text Example

White with #65D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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