Html Css Color HEX #69D050 Apple

📋 copy color: '#69D050'

red 105 ◦ green 208 ◦ blue 80

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

Shades of Apple #69D050

Tints of Apple #69D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.93%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 26.72%
G = 52.93%
B = 20.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#69D050 (or 0x69D050) is known color: Apple. HEX triplet: 69, D0 and 50. RGB value is (105,208,80). Sum of RGB (Red+Green+Blue) = 105+208+80=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #69D050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D050 is #962FAF. Grayscale: #A3A3A3. Windows color (decimal): -9842608 or 5296233. OLE color: 5296233.

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

Color convert

RGB 105 208 80 -
CMYK 0.50 0 0.62 0.18
HSL 108.28º 0.58% 0.56% -
HSV(B) 108.28º 0.62% 0.82% -
XYZ 29.83 48.69 15.42 -
YUV 162.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 105 208 80 0.50 0 0.62 0.18 108.28 0.58 0.56
Hex 69 D0 50 32 0 3E 12 6C 3A 38
Octal 151 320 120 62 0 76 22 154 72 70
Binary 1101001 11010000 1010000 110010 0 111110 10010 1101100 111010 111000

Color Harmonies of #69D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D050

Black with #69D050

Text Example


Text Example

White with #69D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,208,80); }

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

background-color css

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

 a { background-color: rgb(105,208,80); }

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

border-color css

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

 span { border-color: rgb(105,208,80); }

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