Html Css Color HEX #71AB37 Sushi

📋 copy color: '#71AB37'

red 113 ◦ green 171 ◦ blue 55

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

Shades of Sushi #71AB37

Tints of Sushi #71AB37

RGB

 RED value IS 113 (44.53% from 255) = 33.33%

 GREEN value IS 171 (67.19% from 255) = 50.44%

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 33.33%
G = 50.44%
B = 16.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#71AB37 (or 0x71AB37) is known color: Sushi. HEX triplet: 71, AB and 37. RGB value is (113,171,55). Sum of RGB (Red+Green+Blue) = 113+171+55=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB37 is #8E54C8. Grayscale: #8C8C8C. Windows color (decimal): -9327817 or 3648369. OLE color: 3648369.

HSL color Cylindrical-coordinate representation of color #71AB37: hue angle of 90º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71AB37 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 55 -
CMYK 0.34 0 0.68 0.33
HSL 90º 0.51% 0.44% -
HSV(B) 90º 0.68% 0.67% -
XYZ 22.06 32.91 8.8 -
YUV 140.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 113 171 55 0.34 0 0.68 0.33 90 0.51 0.44
Hex 71 AB 37 22 0 44 21 5A 33 2C
Octal 161 253 67 42 0 104 41 132 63 54
Binary 1110001 10101011 110111 100010 0 1000100 100001 1011010 110011 101100

Color Harmonies of #71AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB37

Black with #71AB37

Text Example


Text Example

White with #71AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AB37; }

 p { color: rgb(113,171,55); }

 H1.HeaderClassName
 {
   color: #71AB37;
 }
 .AnyTagClassName
 {
   color: #71AB37;
 }
</style>

background-color css

<style>
 a { background-color: #71AB37; }

 a { background-color: rgb(113,171,55); }

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

border-color css

<style>
 span { border-color: #71AB37; }

 span { border-color: rgb(113,171,55); }

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