#69CA4B

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

Shades of Apple #69CA4B

Tints of Apple #69CA4B

Color information

#69CA4B (or 0x69CA4B) is unknown color: approx Apple. HEX triplet: 69, CA and 4B. RGB value is (105,202,75). Sum of RGB (Red+Green+Blue) = 105+202+75=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CA4B is #9635B4. Grayscale: #9E9E9E. Windows color (decimal): -9844149 or 4967017. OLE color: 4967017.

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

Color convert

RGB10520275-
CMYK0.4800.630.21
HSL105.83º54.51%54.31%-
HSV(B)105.83º62.87%79.22%-
XYZ28.2245.7514-
YUV158.5280.8689.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=27.49%
G=52.88%
B=19.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202750.4800.630.21105.8354.5154.31
Hex69CA4B3003F156a3736
Octal15131211360077251526766
Binary11010011100101010010111100000111111101011101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,75); }

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

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

 a { background-color: rgb(105,202,75); }

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

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

 span { border-color: rgb(105,202,75); }

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