Html Css Color HEX #6DD312 Kelly Green

📋 copy color: '#6DD312'

red 109 ◦ green 211 ◦ blue 18

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

Shades of Kelly Green #6DD312

Tints of Kelly Green #6DD312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.43%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 32.25%
G = 62.43%
B = 5.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#6DD312 (or 0x6DD312) is known color: Kelly Green. HEX triplet: 6D, D3 and 12. RGB value is (109,211,18). Sum of RGB (Red+Green+Blue) = 109+211+18=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 211 (82.81% from 255 or 62.43% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 211 - color contains mainly: green. Hex color #6DD312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD312 is #922CED. Grayscale: #9F9F9F. Windows color (decimal): -9579758 or 1233773. OLE color: 1233773.

HSL color Cylindrical-coordinate representation of color #6DD312: hue angle of 91.71º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DD312 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 109 211 18 -
CMYK 0.48 0 0.91 0.17
HSL 91.71º 0.84% 0.45% -
HSV(B) 91.71º 0.91% 0.83% -
XYZ 29.71 49.88 8.63 -
YUV 158.5 48.71 92.69 -
System Red Green Blue C M Y K H S L
Decimal 109 211 18 0.48 0 0.91 0.17 91.71 0.84 0.45
Hex 6D D3 12 30 0 5B 11 5C 54 2D
Octal 155 323 22 60 0 133 21 134 124 55
Binary 1101101 11010011 10010 110000 0 1011011 10001 1011100 1010100 101101

Color Harmonies of #6DD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD312

Black with #6DD312

Text Example


Text Example

White with #6DD312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,211,18); }

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

background-color css

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

 a { background-color: rgb(109,211,18); }

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

border-color css

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

 span { border-color: rgb(109,211,18); }

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