Html Css Color HEX #6DD02D Apple

📋 copy color: '#6DD02D'

red 109 ◦ green 208 ◦ blue 45

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

Shades of Apple #6DD02D

Tints of Apple #6DD02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 30.11%
G = 57.46%
B = 12.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#6DD02D (or 0x6DD02D) is known color: Apple. HEX triplet: 6D, D0 and 2D. RGB value is (109,208,45). Sum of RGB (Red+Green+Blue) = 109+208+45=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD02D is #922FD2. Grayscale: #A0A0A0. Windows color (decimal): -9580499 or 3002477. OLE color: 3002477.

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

Color convert

RGB 109 208 45 -
CMYK 0.48 0 0.78 0.18
HSL 96.44º 0.64% 0.5% -
HSV(B) 96.44º 0.78% 0.82% -
XYZ 29.34 48.55 10.31 -
YUV 159.82 63.2 91.75 -
System Red Green Blue C M Y K H S L
Decimal 109 208 45 0.48 0 0.78 0.18 96.44 0.64 0.5
Hex 6D D0 2D 30 0 4E 12 60 40 32
Octal 155 320 55 60 0 116 22 140 100 62
Binary 1101101 11010000 101101 110000 0 1001110 10010 1100000 1000000 110010

Color Harmonies of #6DD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD02D

Black with #6DD02D

Text Example


Text Example

White with #6DD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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