#69CB2C

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

Shades of Apple #69CB2C

Tints of Apple #69CB2C

Color information

#69CB2C (or 0x69CB2C) is unknown color: approx Apple. HEX triplet: 69, CB and 2C. RGB value is (105,203,44). Sum of RGB (Red+Green+Blue) = 105+203+44=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CB2C is #9634D3. Grayscale: #9C9C9C. Windows color (decimal): -9843924 or 2935657. OLE color: 2935657.

HSL color Cylindrical-coordinate representation of color #69CB2C: hue angle of 96.98º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69CB2C is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB10520344-
CMYK0.4800.780.20
HSL96.98º64.37%48.43%-
HSV(B)96.98º78.33%79.61%-
XYZ27.6445.99.79-
YUV155.5765.0391.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 203 (79.69% from 255) = 57.67%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=29.83%
G=57.67%
B=12.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105203440.4800.780.2096.9864.3748.43
Hex69CB2C3004E14614030
Octal151313546001162414110060
Binary110100111001011101100110000010011101010011000011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,44); }

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

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

 a { background-color: rgb(105,203,44); }

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

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

 span { border-color: rgb(105,203,44); }

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