Html Css Color HEX #65D552 Apple

📋 copy color: '#65D552'

red 101 ◦ green 213 ◦ blue 82

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

Shades of Apple #65D552

Tints of Apple #65D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.79%

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

R = 25.51%
G = 53.79%
B = 20.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#65D552 (or 0x65D552) is known color: Apple. HEX triplet: 65, D5 and 52. RGB value is (101,213,82). Sum of RGB (Red+Green+Blue) = 101+213+82=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #65D552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D552 is #9A2AAD. Grayscale: #A4A4A4. Windows color (decimal): -10103470 or 5428581. OLE color: 5428581.

HSL color Cylindrical-coordinate representation of color #65D552: hue angle of 111.3º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65D552 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 213 82 -
CMYK 0.53 0 0.62 0.16
HSL 111.3º 0.61% 0.58% -
HSV(B) 111.3º 0.62% 0.84% -
XYZ 30.68 50.96 16.2 -
YUV 164.58 81.39 82.65 -
System Red Green Blue C M Y K H S L
Decimal 101 213 82 0.53 0 0.62 0.16 111.3 0.61 0.58
Hex 65 D5 52 35 0 3E 10 6F 3D 3A
Octal 145 325 122 65 0 76 20 157 75 72
Binary 1100101 11010101 1010010 110101 0 111110 10000 1101111 111101 111010

Color Harmonies of #65D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D552

Black with #65D552

Text Example


Text Example

White with #65D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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