Html Css Color HEX #6BD514 Kelly Green

📋 copy color: '#6BD514'

red 107 ◦ green 213 ◦ blue 20

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

Shades of Kelly Green #6BD514

Tints of Kelly Green #6BD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.65%

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

R = 31.47%
G = 62.65%
B = 5.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#6BD514 (or 0x6BD514) is known color: Kelly Green. HEX triplet: 6B, D5 and 14. RGB value is (107,213,20). Sum of RGB (Red+Green+Blue) = 107+213+20=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD514 is #942AEB. Grayscale: #9F9F9F. Windows color (decimal): -9710316 or 1365355. OLE color: 1365355.

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

Color convert

RGB 107 213 20 -
CMYK 0.50 0 0.91 0.16
HSL 92.95º 0.83% 0.46% -
HSV(B) 92.95º 0.91% 0.84% -
XYZ 29.98 50.76 8.88 -
YUV 159.3 49.38 90.69 -
System Red Green Blue C M Y K H S L
Decimal 107 213 20 0.50 0 0.91 0.16 92.95 0.83 0.46
Hex 6B D5 14 32 0 5B 10 5D 53 2E
Octal 153 325 24 62 0 133 20 135 123 56
Binary 1101011 11010101 10100 110010 0 1011011 10000 1011101 1010011 101110

Color Harmonies of #6BD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD514

Black with #6BD514

Text Example


Text Example

White with #6BD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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