#69BC50

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

Shades of Apple #69BC50

Tints of Apple #69BC50

Color information

#69BC50 (or 0x69BC50) is unknown color: approx Apple. HEX triplet: 69, BC and 50. RGB value is (105,188,80). Sum of RGB (Red+Green+Blue) = 105+188+80=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC50 is #9643AF. Grayscale: #979797. Windows color (decimal): -9847728 or 5291113. OLE color: 5291113.

HSL color Cylindrical-coordinate representation of color #69BC50: hue angle of 106.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69BC50 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB10518880-
CMYK0.4400.570.26
HSL106.11º44.63%52.55%-
HSV(B)106.11º57.45%73.73%-
XYZ25.2639.5513.89-
YUV150.878895.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 188 (73.83% from 255) = 50.40%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=28.15%
G=50.40%
B=21.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105188800.4400.570.26106.1144.6352.55
Hex69BC502C0391A6a2d35
Octal15127412054071321525565
Binary11010011011110010100001011000111001110101101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,80); }

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

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

 a { background-color: rgb(105,188,80); }

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

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

 span { border-color: rgb(105,188,80); }

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