Html Css Color HEX #6BD814 Kelly Green

📋 copy color: '#6BD814'

red 107 ◦ green 216 ◦ blue 20

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

Shades of Kelly Green #6BD814

Tints of Kelly Green #6BD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.97%

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

R = 31.2%
G = 62.97%
B = 5.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#6BD814 (or 0x6BD814) is known color: Kelly Green. HEX triplet: 6B, D8 and 14. RGB value is (107,216,20). Sum of RGB (Red+Green+Blue) = 107+216+20=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD814 is #9427EB. Grayscale: #A1A1A1. Windows color (decimal): -9709548 or 1366123. OLE color: 1366123.

HSL color Cylindrical-coordinate representation of color #6BD814: hue angle of 93.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BD814 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 216 20 -
CMYK 0.50 0 0.91 0.15
HSL 93.37º 0.83% 0.46% -
HSV(B) 93.37º 0.91% 0.85% -
XYZ 30.75 52.29 9.13 -
YUV 161.07 48.39 89.44 -
System Red Green Blue C M Y K H S L
Decimal 107 216 20 0.50 0 0.91 0.15 93.37 0.83 0.46
Hex 6B D8 14 32 0 5B F 5D 53 2E
Octal 153 330 24 62 0 133 17 135 123 56
Binary 1101011 11011000 10100 110010 0 1011011 1111 1011101 1010011 101110

Color Harmonies of #6BD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD814

Black with #6BD814

Text Example


Text Example

White with #6BD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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