Html Css Color HEX #6FD122 Lima

📋 copy color: '#6FD122'

red 111 ◦ green 209 ◦ blue 34

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

Shades of Lima #6FD122

Tints of Lima #6FD122

RGB

 RED value IS 111 (43.75% from 255) = 31.36%

 GREEN value IS 209 (82.03% from 255) = 59.04%

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 31.36%
G = 59.04%
B = 9.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#6FD122 (or 0x6FD122) is known color: Lima. HEX triplet: 6F, D1 and 22. RGB value is (111,209,34). Sum of RGB (Red+Green+Blue) = 111+209+34=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD122 is #902EDD. Grayscale: #A0A0A0. Windows color (decimal): -9449182 or 2281839. OLE color: 2281839.

HSL color Cylindrical-coordinate representation of color #6FD122: hue angle of 93.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FD122 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 209 34 -
CMYK 0.47 0 0.84 0.18
HSL 93.6º 0.72% 0.48% -
HSV(B) 93.6º 0.84% 0.82% -
XYZ 29.64 49.1 9.43 -
YUV 159.75 57.03 93.23 -
System Red Green Blue C M Y K H S L
Decimal 111 209 34 0.47 0 0.84 0.18 93.6 0.72 0.48
Hex 6F D1 22 2F 0 54 12 5E 48 30
Octal 157 321 42 57 0 124 22 136 110 60
Binary 1101111 11010001 100010 101111 0 1010100 10010 1011110 1001000 110000

Color Harmonies of #6FD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD122

Black with #6FD122

Text Example


Text Example

White with #6FD122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,209,34); }

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

background-color css

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

 a { background-color: rgb(111,209,34); }

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

border-color css

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

 span { border-color: rgb(111,209,34); }

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