Html Css Color HEX #69DD46 Apple

📋 copy color: '#69DD46'

red 105 ◦ green 221 ◦ blue 70

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

Shades of Apple #69DD46

Tints of Apple #69DD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.81%

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 26.52%
G = 55.81%
B = 17.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#69DD46 (or 0x69DD46) is known color: Apple. HEX triplet: 69, DD and 46. RGB value is (105,221,70). Sum of RGB (Red+Green+Blue) = 105+221+70=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD46 is #9622B9. Grayscale: #A9A9A9. Windows color (decimal): -9839290 or 4644201. OLE color: 4644201.

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

Color convert

RGB 105 221 70 -
CMYK 0.52 0 0.68 0.13
HSL 106.09º 0.69% 0.57% -
HSV(B) 106.09º 0.68% 0.87% -
XYZ 32.79 55.16 14.71 -
YUV 169.1 72.07 82.28 -
System Red Green Blue C M Y K H S L
Decimal 105 221 70 0.52 0 0.68 0.13 106.09 0.69 0.57
Hex 69 DD 46 34 0 44 D 6A 45 39
Octal 151 335 106 64 0 104 15 152 105 71
Binary 1101001 11011101 1000110 110100 0 1000100 1101 1101010 1000101 111001

Color Harmonies of #69DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD46

Black with #69DD46

Text Example


Text Example

White with #69DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,221,70); }

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

background-color css

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

 a { background-color: rgb(105,221,70); }

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

border-color css

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

 span { border-color: rgb(105,221,70); }

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