#69D533

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

Shades of Apple #69D533

Tints of Apple #69D533

Color information

#69D533 (or 0x69D533) is unknown color: approx Apple. HEX triplet: 69, D5 and 33. RGB value is (105,213,51). Sum of RGB (Red+Green+Blue) = 105+213+51=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #69D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D533 is #962ACC. Grayscale: #A2A2A2. Windows color (decimal): -9841357 or 3396969. OLE color: 3396969.

HSL color Cylindrical-coordinate representation of color #69D533: hue angle of 100º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69D533 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB10521351-
CMYK0.5100.760.16
HSL100º65.85%51.76%-
HSV(B)100º76.06%83.53%-
XYZ30.2250.8311.35-
YUV162.2465.2287.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 213 (83.59% from 255) = 57.72%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=28.46%
G=57.72%
B=13.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105213510.5100.760.1610065.8551.76
Hex69D5333304C10644234
Octal151325636301142014410264
Binary110100111010101110011110011010011001000011001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,213,51); }

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

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

 a { background-color: rgb(105,213,51); }

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

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

 span { border-color: rgb(105,213,51); }

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