Html Css Color HEX #69D149 Apple

📋 copy color: '#69D149'

red 105 ◦ green 209 ◦ blue 73

#69D149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #69D149

Tints of Apple #69D149

RGB

 RED value IS 105 (41.41% from 255) = 27.13%

 GREEN value IS 209 (82.03% from 255) = 54.01%

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 27.13%
G = 54.01%
B = 18.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#69D149 (or 0x69D149) is known color: Apple. HEX triplet: 69, D1 and 49. RGB value is (105,209,73). Sum of RGB (Red+Green+Blue) = 105+209+73=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #69D149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D149 is #962EB6. Grayscale: #A2A2A2. Windows color (decimal): -9842359 or 4837737. OLE color: 4837737.

HSL color Cylindrical-coordinate representation of color #69D149: hue angle of 105.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69D149 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 209 73 -
CMYK 0.50 0 0.65 0.18
HSL 105.88º 0.6% 0.55% -
HSV(B) 105.88º 0.65% 0.82% -
XYZ 29.83 49.09 14.21 -
YUV 162.4 77.54 87.06 -
System Red Green Blue C M Y K H S L
Decimal 105 209 73 0.50 0 0.65 0.18 105.88 0.6 0.55
Hex 69 D1 49 32 0 41 12 6A 3C 37
Octal 151 321 111 62 0 101 22 152 74 67
Binary 1101001 11010001 1001001 110010 0 1000001 10010 1101010 111100 110111

Color Harmonies of #69D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D149

Black with #69D149

Text Example


Text Example

White with #69D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,209,73); }

 H1.HeaderClassName
 {
   color: #69D149;
 }
 .AnyTagClassName
 {
   color: #69D149;
 }
</style>

background-color css

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

 a { background-color: rgb(105,209,73); }

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

border-color css

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

 span { border-color: rgb(105,209,73); }

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