Html Css Color HEX #6AD31F Kelly Green

📋 copy color: '#6AD31F'

red 106 ◦ green 211 ◦ blue 31

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

Shades of Kelly Green #6AD31F

Tints of Kelly Green #6AD31F

RGB

 RED value IS 106 (41.8% from 255) = 30.46%

 GREEN value IS 211 (82.81% from 255) = 60.63%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 30.46%
G = 60.63%
B = 8.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#6AD31F (or 0x6AD31F) is known color: Kelly Green. HEX triplet: 6A, D3 and 1F. RGB value is (106,211,31). Sum of RGB (Red+Green+Blue) = 106+211+31=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 211 (82.81% from 255 or 60.63% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD31F is #952CE0. Grayscale: #9F9F9F. Windows color (decimal): -9776353 or 2085738. OLE color: 2085738.

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

Color convert

RGB 106 211 31 -
CMYK 0.50 0 0.85 0.17
HSL 95º 0.74% 0.47% -
HSV(B) 95º 0.85% 0.83% -
XYZ 29.49 49.75 9.35 -
YUV 159.09 55.71 90.14 -
System Red Green Blue C M Y K H S L
Decimal 106 211 31 0.50 0 0.85 0.17 95 0.74 0.47
Hex 6A D3 1F 32 0 55 11 5F 4A 2F
Octal 152 323 37 62 0 125 21 137 112 57
Binary 1101010 11010011 11111 110010 0 1010101 10001 1011111 1001010 101111

Color Harmonies of #6AD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD31F

Black with #6AD31F

Text Example


Text Example

White with #6AD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,211,31); }

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

background-color css

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

 a { background-color: rgb(106,211,31); }

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

border-color css

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

 span { border-color: rgb(106,211,31); }

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