#69C951

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

Shades of Apple #69C951

Tints of Apple #69C951

Color information

#69C951 (or 0x69C951) is unknown color: approx Apple. HEX triplet: 69, C9 and 51. RGB value is (105,201,81). Sum of RGB (Red+Green+Blue) = 105+201+81=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #69C951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C951 is #9636AE. Grayscale: #9E9E9E. Windows color (decimal): -9844399 or 5359977. OLE color: 5359977.

HSL color Cylindrical-coordinate representation of color #69C951: hue angle of 108º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69C951 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB10520181-
CMYK0.4800.600.21
HSL108º52.63%55.29%-
HSV(B)108º59.7%78.82%-
XYZ28.245.3715.06-
YUV158.6284.289.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 201 (78.91% from 255) = 51.94%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=27.13%
G=51.94%
B=20.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105201810.4800.600.2110852.6355.29
Hex69C9513003C156c3537
Octal15131112160074251546567
Binary11010011100100110100011100000111100101011101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,201,81); }

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

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

 a { background-color: rgb(105,201,81); }

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

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

 span { border-color: rgb(105,201,81); }

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