Html Css Color HEX #6FD229 Lima

📋 copy color: '#6FD229'

red 111 ◦ green 210 ◦ blue 41

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

Shades of Lima #6FD229

Tints of Lima #6FD229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.01%

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 30.66%
G = 58.01%
B = 11.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#6FD229 (or 0x6FD229) is known color: Lima. HEX triplet: 6F, D2 and 29. RGB value is (111,210,41). Sum of RGB (Red+Green+Blue) = 111+210+41=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD229 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD229 is #902DD6. Grayscale: #A1A1A1. Windows color (decimal): -9448919 or 2740847. OLE color: 2740847.

HSL color Cylindrical-coordinate representation of color #6FD229: hue angle of 95.15º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FD229 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 111 210 41 -
CMYK 0.47 0 0.80 0.18
HSL 95.15º 0.67% 0.49% -
HSV(B) 95.15º 0.8% 0.82% -
XYZ 30 49.63 10.1 -
YUV 161.13 60.2 92.24 -
System Red Green Blue C M Y K H S L
Decimal 111 210 41 0.47 0 0.80 0.18 95.15 0.67 0.49
Hex 6F D2 29 2F 0 50 12 5F 43 31
Octal 157 322 51 57 0 120 22 137 103 61
Binary 1101111 11010010 101001 101111 0 1010000 10010 1011111 1000011 110001

Color Harmonies of #6FD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD229

Black with #6FD229

Text Example


Text Example

White with #6FD229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,210,41); }

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

background-color css

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

 a { background-color: rgb(111,210,41); }

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

border-color css

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

 span { border-color: rgb(111,210,41); }

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