Html Css Color HEX #6BD714 Kelly Green

📋 copy color: '#6BD714'

red 107 ◦ green 215 ◦ blue 20

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

Shades of Kelly Green #6BD714

Tints of Kelly Green #6BD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 62.87%

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

R = 31.29%
G = 62.87%
B = 5.85%

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

#6BD714 (or 0x6BD714) is known color: Kelly Green. HEX triplet: 6B, D7 and 14. RGB value is (107,215,20). Sum of RGB (Red+Green+Blue) = 107+215+20=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BD714 is #9428EB. Grayscale: #A1A1A1. Windows color (decimal): -9709804 or 1365867. OLE color: 1365867.

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

Color convert

RGB 107 215 20 -
CMYK 0.50 0 0.91 0.16
HSL 93.23º 0.83% 0.46% -
HSV(B) 93.23º 0.91% 0.84% -
XYZ 30.49 51.78 9.05 -
YUV 160.48 48.72 89.86 -
System Red Green Blue C M Y K H S L
Decimal 107 215 20 0.50 0 0.91 0.16 93.23 0.83 0.46
Hex 6B D7 14 32 0 5B 10 5D 53 2E
Octal 153 327 24 62 0 133 20 135 123 56
Binary 1101011 11010111 10100 110010 0 1011011 10000 1011101 1010011 101110

Color Harmonies of #6BD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD714

Black with #6BD714

Text Example


Text Example

White with #6BD714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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