#69C252

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

Shades of Apple #69C252

Tints of Apple #69C252

Color information

#69C252 (or 0x69C252) is unknown color: approx Apple. HEX triplet: 69, C2 and 52. RGB value is (105,194,82). Sum of RGB (Red+Green+Blue) = 105+194+82=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #69C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C252 is #963DAD. Grayscale: #9A9A9A. Windows color (decimal): -9846190 or 5423721. OLE color: 5423721.

HSL color Cylindrical-coordinate representation of color #69C252: hue angle of 107.68º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C252 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB10519482-
CMYK0.4600.580.24
HSL107.68º47.86%54.12%-
HSV(B)107.68º57.73%76.08%-
XYZ26.6442.214.72-
YUV154.6287.0192.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 194 (76.17% from 255) = 50.92%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=27.56%
G=50.92%
B=21.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105194820.4600.580.24107.6847.8654.12
Hex69C2522E03A186c3036
Octal15130212256072301546066
Binary11010011100001010100101011100111010110001101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,82); }

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

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

 a { background-color: rgb(105,194,82); }

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

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

 span { border-color: rgb(105,194,82); }

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