#69DB48

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

Shades of Apple #69DB48

Tints of Apple #69DB48

Color information

#69DB48 (or 0x69DB48) is unknown color: approx Apple. HEX triplet: 69, DB and 48. RGB value is (105,219,72). Sum of RGB (Red+Green+Blue) = 105+219+72=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB48 is #9624B7. Grayscale: #A8A8A8. Windows color (decimal): -9839800 or 4774761. OLE color: 4774761.

HSL color Cylindrical-coordinate representation of color #69DB48: hue angle of 106.53º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69DB48 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10521972-
CMYK0.5200.670.14
HSL106.53º67.12%57.06%-
HSV(B)106.53º67.12%85.88%-
XYZ32.3354.1314.88-
YUV168.1673.7382.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 219 (85.94% from 255) = 55.30%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=26.52%
G=55.30%
B=18.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105219720.5200.670.14106.5367.1257.06
Hex69DB4834043E6b4339
Octal1513331106401031615310371
Binary110100111011011100100011010001000011111011010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DB48; }

 p { color: rgb(105,219,72); }

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

<style>
 a { background-color: #69DB48; }

 a { background-color: rgb(105,219,72); }

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

<style>
 span { border-color: #69DB48; }

 span { border-color: rgb(105,219,72); }

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