#65BD30

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

Shades of Apple #65BD30

Tints of Apple #65BD30

Color information

#65BD30 (or 0x65BD30) is unknown color: approx Apple. HEX triplet: 65, BD and 30. RGB value is (101,189,48). Sum of RGB (Red+Green+Blue) = 101+189+48=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BD30 is #9A42CF. Grayscale: #939393. Windows color (decimal): -10109648 or 3194213. OLE color: 3194213.

HSL color Cylindrical-coordinate representation of color #65BD30: hue angle of 97.45º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65BD30 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB10118948-
CMYK0.4700.750.26
HSL97.45º59.49%46.47%-
HSV(B)97.45º74.6%74.12%-
XYZ24.139.389.13-
YUV146.6172.3595.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 189 (74.22% from 255) = 55.92%
BLUE value IS 48 (19.14% from 255) = 14.20%
R=29.88%
G=55.92%
B=14.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101189480.4700.750.2697.4559.4946.47
Hex65BD302F04B1A613b2e
Octal14527560570113321417356
Binary11001011011110111000010111101001011110101100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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