Html Css Color HEX #6BDF14 Bright Green

📋 copy color: '#6BDF14'

red 107 ◦ green 223 ◦ blue 20

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

Shades of Bright Green #6BDF14

Tints of Bright Green #6BDF14

RGB

 RED value IS 107 (42.19% from 255) = 30.57%

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

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

R = 30.57%
G = 63.71%
B = 5.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#6BDF14 (or 0x6BDF14) is known color: Bright Green. HEX triplet: 6B, DF and 14. RGB value is (107,223,20). Sum of RGB (Red+Green+Blue) = 107+223+20=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDF14 is #9420EB. Grayscale: #A5A5A5. Windows color (decimal): -9707756 or 1367915. OLE color: 1367915.

HSL color Cylindrical-coordinate representation of color #6BDF14: hue angle of 94.29º 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 #6BDF14 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 223 20 -
CMYK 0.52 0 0.91 0.13
HSL 94.29º 0.84% 0.48% -
HSV(B) 94.29º 0.91% 0.87% -
XYZ 32.58 55.95 9.74 -
YUV 165.17 46.07 86.51 -
System Red Green Blue C M Y K H S L
Decimal 107 223 20 0.52 0 0.91 0.13 94.29 0.84 0.48
Hex 6B DF 14 34 0 5B D 5E 54 30
Octal 153 337 24 64 0 133 15 136 124 60
Binary 1101011 11011111 10100 110100 0 1011011 1101 1011110 1010100 110000

Color Harmonies of #6BDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDF14

Black with #6BDF14

Text Example


Text Example

White with #6BDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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