Html Css Color HEX #6DD048 Apple

📋 copy color: '#6DD048'

red 109 ◦ green 208 ◦ blue 72

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

Shades of Apple #6DD048

Tints of Apple #6DD048

RGB

 RED value IS 109 (42.97% from 255) = 28.02%

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

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

R = 28.02%
G = 53.47%
B = 18.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#6DD048 (or 0x6DD048) is known color: Apple. HEX triplet: 6D, D0 and 48. RGB value is (109,208,72). Sum of RGB (Red+Green+Blue) = 109+208+72=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD048 is #922FB7. Grayscale: #A3A3A3. Windows color (decimal): -9580472 or 4771949. OLE color: 4771949.

HSL color Cylindrical-coordinate representation of color #6DD048: hue angle of 103.68º 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 #6DD048 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 208 72 -
CMYK 0.48 0 0.65 0.18
HSL 103.68º 0.59% 0.55% -
HSV(B) 103.68º 0.65% 0.82% -
XYZ 30.03 48.83 13.97 -
YUV 162.9 76.7 89.56 -
System Red Green Blue C M Y K H S L
Decimal 109 208 72 0.48 0 0.65 0.18 103.68 0.59 0.55
Hex 6D D0 48 30 0 41 12 68 3B 37
Octal 155 320 110 60 0 101 22 150 73 67
Binary 1101101 11010000 1001000 110000 0 1000001 10010 1101000 111011 110111

Color Harmonies of #6DD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD048

Black with #6DD048

Text Example


Text Example

White with #6DD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DD048; }

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

 H1.HeaderClassName
 {
   color: #6DD048;
 }
 .AnyTagClassName
 {
   color: #6DD048;
 }
</style>

background-color css

<style>
 a { background-color: #6DD048; }

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

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

border-color css

<style>
 span { border-color: #6DD048; }

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

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