#65B248

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

Shades of Apple #65B248

Tints of Apple #65B248

Color information

#65B248 (or 0x65B248) is unknown color: approx Apple. HEX triplet: 65, B2 and 48. RGB value is (101,178,72). Sum of RGB (Red+Green+Blue) = 101+178+72=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #65B248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B248 is #9A4DB7. Grayscale: #8F8F8F. Windows color (decimal): -10112440 or 4764261. OLE color: 4764261.

HSL color Cylindrical-coordinate representation of color #65B248: hue angle of 103.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B248 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB10117872-
CMYK0.4300.600.30
HSL103.58º42.4%49.02%-
HSV(B)103.58º59.55%69.8%-
XYZ22.4635.0811.72-
YUV142.8987.9998.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 178 (69.92% from 255) = 50.71%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=28.77%
G=50.71%
B=20.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101178720.4300.600.30103.5842.449.02
Hex65B2482B03C1E682a31
Octal14526211053074361505261
Binary11001011011001010010001010110111100111101101000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,72); }

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

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

 a { background-color: rgb(101,178,72); }

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

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

 span { border-color: rgb(101,178,72); }

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