Html Css Color HEX #81ED4B Mantis

📋 copy color: '#81ED4B'

red 129 ◦ green 237 ◦ blue 75

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

Shades of Mantis #81ED4B

Tints of Mantis #81ED4B

RGB

 RED value IS 129 (50.78% from 255) = 29.25%

 GREEN value IS 237 (92.97% from 255) = 53.74%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 29.25%
G = 53.74%
B = 17.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#81ED4B (or 0x81ED4B) is known color: Mantis. HEX triplet: 81, ED and 4B. RGB value is (129,237,75). Sum of RGB (Red+Green+Blue) = 129+237+75=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81ED4B is #7E12B4. Grayscale: #BABABA. Windows color (decimal): -8262325 or 4976001. OLE color: 4976001.

HSL color Cylindrical-coordinate representation of color #81ED4B: hue angle of 100º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81ED4B is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 237 75 -
CMYK 0.46 0 0.68 0.07
HSL 100º 0.82% 0.61% -
HSV(B) 100º 0.68% 0.93% -
XYZ 40.61 65.74 17.21 -
YUV 186.24 65.22 87.17 -
System Red Green Blue C M Y K H S L
Decimal 129 237 75 0.46 0 0.68 0.07 100 0.82 0.61
Hex 81 ED 4B 2E 0 44 7 64 52 3D
Octal 201 355 113 56 0 104 7 144 122 75
Binary 10000001 11101101 1001011 101110 0 1000100 111 1100100 1010010 111101

Color Harmonies of #81ED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ED4B

Black with #81ED4B

Text Example


Text Example

White with #81ED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ED4B; }

 p { color: rgb(129,237,75); }

 H1.HeaderClassName
 {
   color: #81ED4B;
 }
 .AnyTagClassName
 {
   color: #81ED4B;
 }
</style>

background-color css

<style>
 a { background-color: #81ED4B; }

 a { background-color: rgb(129,237,75); }

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

border-color css

<style>
 span { border-color: #81ED4B; }

 span { border-color: rgb(129,237,75); }

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