Html Css Color HEX #75DD4B Mantis

📋 copy color: '#75DD4B'

red 117 ◦ green 221 ◦ blue 75

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

Shades of Mantis #75DD4B

Tints of Mantis #75DD4B

RGB

 RED value IS 117 (46.09% from 255) = 28.33%

 GREEN value IS 221 (86.72% from 255) = 53.51%

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

R = 28.33%
G = 53.51%
B = 18.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#75DD4B (or 0x75DD4B) is known color: Mantis. HEX triplet: 75, DD and 4B. RGB value is (117,221,75). Sum of RGB (Red+Green+Blue) = 117+221+75=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DD4B is #8A22B4. Grayscale: #ADADAD. Windows color (decimal): -9052853 or 4971893. OLE color: 4971893.

HSL color Cylindrical-coordinate representation of color #75DD4B: hue angle of 102.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75DD4B is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 221 75 -
CMYK 0.47 0 0.66 0.13
HSL 102.74º 0.68% 0.58% -
HSV(B) 102.74º 0.66% 0.87% -
XYZ 34.46 56 15.65 -
YUV 173.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 117 221 75 0.47 0 0.66 0.13 102.74 0.68 0.58
Hex 75 DD 4B 2F 0 42 D 67 44 3A
Octal 165 335 113 57 0 102 15 147 104 72
Binary 1110101 11011101 1001011 101111 0 1000010 1101 1100111 1000100 111010

Color Harmonies of #75DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD4B

Black with #75DD4B

Text Example


Text Example

White with #75DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DD4B; }

 p { color: rgb(117,221,75); }

 H1.HeaderClassName
 {
   color: #75DD4B;
 }
 .AnyTagClassName
 {
   color: #75DD4B;
 }
</style>

background-color css

<style>
 a { background-color: #75DD4B; }

 a { background-color: rgb(117,221,75); }

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

border-color css

<style>
 span { border-color: #75DD4B; }

 span { border-color: rgb(117,221,75); }

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