Html Css Color HEX #69D744 Apple

📋 copy color: '#69D744'

red 105 ◦ green 215 ◦ blue 68

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

Shades of Apple #69D744

Tints of Apple #69D744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.41%

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 27.06%
G = 55.41%
B = 17.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#69D744 (or 0x69D744) is known color: Apple. HEX triplet: 69, D7 and 44. RGB value is (105,215,68). Sum of RGB (Red+Green+Blue) = 105+215+68=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #69D744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D744 is #9628BB. Grayscale: #A5A5A5. Windows color (decimal): -9840828 or 4511593. OLE color: 4511593.

HSL color Cylindrical-coordinate representation of color #69D744: hue angle of 104.9º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69D744 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 215 68 -
CMYK 0.51 0 0.68 0.16
HSL 104.9º 0.65% 0.55% -
HSV(B) 104.9º 0.68% 0.84% -
XYZ 31.17 52.02 13.87 -
YUV 165.35 73.06 84.95 -
System Red Green Blue C M Y K H S L
Decimal 105 215 68 0.51 0 0.68 0.16 104.9 0.65 0.55
Hex 69 D7 44 33 0 44 10 69 41 37
Octal 151 327 104 63 0 104 20 151 101 67
Binary 1101001 11010111 1000100 110011 0 1000100 10000 1101001 1000001 110111

Color Harmonies of #69D744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D744

Black with #69D744

Text Example


Text Example

White with #69D744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,215,68); }

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

background-color css

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

 a { background-color: rgb(105,215,68); }

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

border-color css

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

 span { border-color: rgb(105,215,68); }

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