#65B430

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

Shades of Apple #65B430

Tints of Apple #65B430

Color information

#65B430 (or 0x65B430) is unknown color: approx Apple. HEX triplet: 65, B4 and 30. RGB value is (101,180,48). Sum of RGB (Red+Green+Blue) = 101+180+48=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #65B430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B430 is #9A4BCF. Grayscale: #8D8D8D. Windows color (decimal): -10111952 or 3191909. OLE color: 3191909.

HSL color Cylindrical-coordinate representation of color #65B430: hue angle of 95.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65B430 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB10118048-
CMYK0.4400.730.29
HSL95.91º57.89%44.71%-
HSV(B)95.91º73.33%70.59%-
XYZ22.2235.628.5-
YUV141.3375.3399.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=30.70%
G=54.71%
B=14.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101180480.4400.730.2995.9157.8944.71
Hex65B4302C0491D603a2d
Octal14526460540111351407255
Binary11001011011010011000010110001001001111011100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,180,48); }

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

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

 a { background-color: rgb(101,180,48); }

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

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

 span { border-color: rgb(101,180,48); }

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