Html Css Color HEX #6DD02A Apple

📋 copy color: '#6DD02A'

red 109 ◦ green 208 ◦ blue 42

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

Shades of Apple #6DD02A

Tints of Apple #6DD02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 30.36%
G = 57.94%
B = 11.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#6DD02A (or 0x6DD02A) is known color: Apple. HEX triplet: 6D, D0 and 2A. RGB value is (109,208,42). Sum of RGB (Red+Green+Blue) = 109+208+42=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD02A is #922FD5. Grayscale: #A0A0A0. Windows color (decimal): -9580502 or 2805869. OLE color: 2805869.

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

Color convert

RGB 109 208 42 -
CMYK 0.48 0 0.80 0.18
HSL 95.78º 0.66% 0.49% -
HSV(B) 95.78º 0.8% 0.82% -
XYZ 29.28 48.53 10.01 -
YUV 159.48 61.7 92 -
System Red Green Blue C M Y K H S L
Decimal 109 208 42 0.48 0 0.80 0.18 95.78 0.66 0.49
Hex 6D D0 2A 30 0 50 12 60 42 31
Octal 155 320 52 60 0 120 22 140 102 61
Binary 1101101 11010000 101010 110000 0 1010000 10010 1100000 1000010 110001

Color Harmonies of #6DD02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD02A

Black with #6DD02A

Text Example


Text Example

White with #6DD02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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