Html Css Color HEX #69DB47 Apple

📋 copy color: '#69DB47'

red 105 ◦ green 219 ◦ blue 71

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

Shades of Apple #69DB47

Tints of Apple #69DB47

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.44%

 BLUE value IS 71 (28.13% from 255) = 17.97%

R = 26.58%
G = 55.44%
B = 17.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#69DB47 (or 0x69DB47) is known color: Apple. HEX triplet: 69, DB and 47. RGB value is (105,219,71). Sum of RGB (Red+Green+Blue) = 105+219+71=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DB47 is #9624B8. Grayscale: #A8A8A8. Windows color (decimal): -9839801 or 4709225. OLE color: 4709225.

HSL color Cylindrical-coordinate representation of color #69DB47: hue angle of 106.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69DB47 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 219 71 -
CMYK 0.52 0 0.68 0.14
HSL 106.22º 0.67% 0.57% -
HSV(B) 106.22º 0.68% 0.86% -
XYZ 32.29 54.12 14.71 -
YUV 168.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 105 219 71 0.52 0 0.68 0.14 106.22 0.67 0.57
Hex 69 DB 47 34 0 44 E 6A 43 39
Octal 151 333 107 64 0 104 16 152 103 71
Binary 1101001 11011011 1000111 110100 0 1000100 1110 1101010 1000011 111001

Color Harmonies of #69DB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DB47

Black with #69DB47

Text Example


Text Example

White with #69DB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,219,71); }

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

background-color css

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

 a { background-color: rgb(105,219,71); }

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

border-color css

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

 span { border-color: rgb(105,219,71); }

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