Html Css Color HEX #71C826 Lima

📋 copy color: '#71C826'

red 113 ◦ green 200 ◦ blue 38

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

Shades of Lima #71C826

Tints of Lima #71C826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.98%

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 32.19%
G = 56.98%
B = 10.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#71C826 (or 0x71C826) is known color: Lima. HEX triplet: 71, C8 and 26. RGB value is (113,200,38). Sum of RGB (Red+Green+Blue) = 113+200+38=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #71C826 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C826 is #8E37D9. Grayscale: #9C9C9C. Windows color (decimal): -9320410 or 2541681. OLE color: 2541681.

HSL color Cylindrical-coordinate representation of color #71C826: hue angle of 92.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71C826 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 38 -
CMYK 0.44 0 0.81 0.22
HSL 92.22º 0.68% 0.47% -
HSV(B) 92.22º 0.81% 0.78% -
XYZ 27.81 44.96 9.05 -
YUV 155.52 61.68 97.67 -
System Red Green Blue C M Y K H S L
Decimal 113 200 38 0.44 0 0.81 0.22 92.22 0.68 0.47
Hex 71 C8 26 2C 0 51 16 5C 44 2F
Octal 161 310 46 54 0 121 26 134 104 57
Binary 1110001 11001000 100110 101100 0 1010001 10110 1011100 1000100 101111

Color Harmonies of #71C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C826

Black with #71C826

Text Example


Text Example

White with #71C826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,200,38); }

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

background-color css

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

 a { background-color: rgb(113,200,38); }

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

border-color css

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

 span { border-color: rgb(113,200,38); }

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