Html Css Color HEX #6DD02C Apple

📋 copy color: '#6DD02C'

red 109 ◦ green 208 ◦ blue 44

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

Shades of Apple #6DD02C

Tints of Apple #6DD02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 30.19%
G = 57.62%
B = 12.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#6DD02C (or 0x6DD02C) is known color: Apple. HEX triplet: 6D, D0 and 2C. RGB value is (109,208,44). Sum of RGB (Red+Green+Blue) = 109+208+44=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD02C is #922FD3. Grayscale: #A0A0A0. Windows color (decimal): -9580500 or 2936941. OLE color: 2936941.

HSL color Cylindrical-coordinate representation of color #6DD02C: hue angle of 96.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6DD02C is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 208 44 -
CMYK 0.48 0 0.79 0.18
HSL 96.22º 0.65% 0.49% -
HSV(B) 96.22º 0.79% 0.82% -
XYZ 29.32 48.54 10.21 -
YUV 159.7 62.7 91.84 -
System Red Green Blue C M Y K H S L
Decimal 109 208 44 0.48 0 0.79 0.18 96.22 0.65 0.49
Hex 6D D0 2C 30 0 4F 12 60 41 31
Octal 155 320 54 60 0 117 22 140 101 61
Binary 1101101 11010000 101100 110000 0 1001111 10010 1100000 1000001 110001

Color Harmonies of #6DD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD02C

Black with #6DD02C

Text Example


Text Example

White with #6DD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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