#69BD30

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

Shades of Apple #69BD30

Tints of Apple #69BD30

Color information

#69BD30 (or 0x69BD30) is unknown color: approx Apple. HEX triplet: 69, BD and 30. RGB value is (105,189,48). Sum of RGB (Red+Green+Blue) = 105+189+48=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BD30 is #9642CF. Grayscale: #949494. Windows color (decimal): -9847504 or 3194217. OLE color: 3194217.

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

Color convert

RGB10518948-
CMYK0.4400.750.26
HSL95.74º59.49%46.47%-
HSV(B)95.74º74.6%74.12%-
XYZ24.5639.619.15-
YUV147.8171.6797.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 48 (19.14% from 255) = 14.04%
R=30.70%
G=55.26%
B=14.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105189480.4400.750.2695.7459.4946.47
Hex69BD302C04B1A603b2e
Octal15127560540113321407356
Binary11010011011110111000010110001001011110101100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,189,48); }

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

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

 a { background-color: rgb(105,189,48); }

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

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

 span { border-color: rgb(105,189,48); }

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