#65D544

Color #65D544 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #65D544

Tints of Apple #65D544

Color information

#65D544 (or 0x65D544) is unknown color: approx Apple. HEX triplet: 65, D5 and 44. RGB value is (101,213,68). Sum of RGB (Red+Green+Blue) = 101+213+68=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #65D544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D544 is #9A2ABB. Grayscale: #A3A3A3. Windows color (decimal): -10103484 or 4511077. OLE color: 4511077.

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

Color convert

RGB10121368-
CMYK0.5300.680.16
HSL106.34º63.32%55.1%-
HSV(B)106.34º68.08%83.53%-
XYZ30.250.7713.68-
YUV162.9874.3983.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 213 (83.59% from 255) = 55.76%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=26.44%
G=55.76%
B=17.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101213680.5300.680.16106.3463.3255.1
Hex65D54435044106a3f37
Octal145325104650104201527767
Binary110010111010101100010011010101000100100001101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65D544;
 }
 .AnyTagClassName
 {
   color: #65D544;
 }
</style>
background-color css

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

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

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

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

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

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