Html Css Color HEX #69D048 Apple

📋 copy color: '#69D048'

red 105 ◦ green 208 ◦ blue 72

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

Shades of Apple #69D048

Tints of Apple #69D048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 27.27%
G = 54.03%
B = 18.7%

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

#69D048 (or 0x69D048) is known color: Apple. HEX triplet: 69, D0 and 48. RGB value is (105,208,72). Sum of RGB (Red+Green+Blue) = 105+208+72=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #69D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D048 is #962FB7. Grayscale: #A2A2A2. Windows color (decimal): -9842616 or 4771945. OLE color: 4771945.

HSL color Cylindrical-coordinate representation of color #69D048: hue angle of 105.44º degrees, saturation: 0.59, 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 #69D048 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 208 72 -
CMYK 0.50 0 0.65 0.18
HSL 105.44º 0.59% 0.55% -
HSV(B) 105.44º 0.65% 0.82% -
XYZ 29.55 48.58 13.95 -
YUV 161.7 77.38 87.56 -
System Red Green Blue C M Y K H S L
Decimal 105 208 72 0.50 0 0.65 0.18 105.44 0.59 0.55
Hex 69 D0 48 32 0 41 12 69 3B 37
Octal 151 320 110 62 0 101 22 151 73 67
Binary 1101001 11010000 1001000 110010 0 1000001 10010 1101001 111011 110111

Color Harmonies of #69D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D048

Black with #69D048

Text Example


Text Example

White with #69D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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