Html Css Color HEX #71B450 Apple

📋 copy color: '#71B450'

red 113 ◦ green 180 ◦ blue 80

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

Shades of Apple #71B450

Tints of Apple #71B450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.26%

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

R = 30.29%
G = 48.26%
B = 21.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#71B450 (or 0x71B450) is known color: Apple. HEX triplet: 71, B4 and 50. RGB value is (113,180,80). Sum of RGB (Red+Green+Blue) = 113+180+80=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #71B450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B450 is #8E4BAF. Grayscale: #949494. Windows color (decimal): -9325488 or 5289073. OLE color: 5289073.

HSL color Cylindrical-coordinate representation of color #71B450: hue angle of 100.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71B450 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 80 -
CMYK 0.37 0 0.56 0.29
HSL 100.2º 0.4% 0.51% -
HSV(B) 100.2º 0.56% 0.71% -
XYZ 24.58 36.73 13.38 -
YUV 148.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 113 180 80 0.37 0 0.56 0.29 100.2 0.4 0.51
Hex 71 B4 50 25 0 38 1D 64 28 33
Octal 161 264 120 45 0 70 35 144 50 63
Binary 1110001 10110100 1010000 100101 0 111000 11101 1100100 101000 110011

Color Harmonies of #71B450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B450

Black with #71B450

Text Example


Text Example

White with #71B450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,80); }

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

background-color css

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

 a { background-color: rgb(113,180,80); }

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

border-color css

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

 span { border-color: rgb(113,180,80); }

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