Html Css Color HEX #6BD250 Mantis

📋 copy color: '#6BD250'

red 107 ◦ green 210 ◦ blue 80

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

Shades of Mantis #6BD250

Tints of Mantis #6BD250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 26.95%
G = 52.9%
B = 20.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#6BD250 (or 0x6BD250) is known color: Mantis. HEX triplet: 6B, D2 and 50. RGB value is (107,210,80). Sum of RGB (Red+Green+Blue) = 107+210+80=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD250 is #942DAF. Grayscale: #A4A4A4. Windows color (decimal): -9711024 or 5296747. OLE color: 5296747.

HSL color Cylindrical-coordinate representation of color #6BD250: hue angle of 107.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BD250 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 210 80 -
CMYK 0.49 0 0.62 0.18
HSL 107.54º 0.59% 0.57% -
HSV(B) 107.54º 0.62% 0.82% -
XYZ 30.56 49.8 15.59 -
YUV 164.38 80.38 87.07 -
System Red Green Blue C M Y K H S L
Decimal 107 210 80 0.49 0 0.62 0.18 107.54 0.59 0.57
Hex 6B D2 50 31 0 3E 12 6C 3B 39
Octal 153 322 120 61 0 76 22 154 73 71
Binary 1101011 11010010 1010000 110001 0 111110 10010 1101100 111011 111001

Color Harmonies of #6BD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD250

Black with #6BD250

Text Example


Text Example

White with #6BD250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,210,80); }

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

background-color css

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

 a { background-color: rgb(107,210,80); }

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

border-color css

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

 span { border-color: rgb(107,210,80); }

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