Html Css Color HEX #6DDF14 Bright Green

📋 copy color: '#6DDF14'

red 109 ◦ green 223 ◦ blue 20

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

Shades of Bright Green #6DDF14

Tints of Bright Green #6DDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.35%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 30.97%
G = 63.35%
B = 5.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#6DDF14 (or 0x6DDF14) is known color: Bright Green. HEX triplet: 6D, DF and 14. RGB value is (109,223,20). Sum of RGB (Red+Green+Blue) = 109+223+20=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DDF14 is #9220EB. Grayscale: #A6A6A6. Windows color (decimal): -9576684 or 1367917. OLE color: 1367917.

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

Color convert

RGB 109 223 20 -
CMYK 0.51 0 0.91 0.13
HSL 93.69º 0.84% 0.48% -
HSV(B) 93.69º 0.91% 0.87% -
XYZ 32.82 56.08 9.76 -
YUV 165.77 45.73 87.51 -
System Red Green Blue C M Y K H S L
Decimal 109 223 20 0.51 0 0.91 0.13 93.69 0.84 0.48
Hex 6D DF 14 33 0 5B D 5E 54 30
Octal 155 337 24 63 0 133 15 136 124 60
Binary 1101101 11011111 10100 110011 0 1011011 1101 1011110 1010100 110000

Color Harmonies of #6DDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDF14

Black with #6DDF14

Text Example


Text Example

White with #6DDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,223,20); }

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

background-color css

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

 a { background-color: rgb(109,223,20); }

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

border-color css

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

 span { border-color: rgb(109,223,20); }

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