Html Css Color HEX #71B74B Apple

📋 copy color: '#71B74B'

red 113 ◦ green 183 ◦ blue 75

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

Shades of Apple #71B74B

Tints of Apple #71B74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.33%

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

R = 30.46%
G = 49.33%
B = 20.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#71B74B (or 0x71B74B) is known color: Apple. HEX triplet: 71, B7 and 4B. RGB value is (113,183,75). Sum of RGB (Red+Green+Blue) = 113+183+75=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #71B74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B74B is #8E48B4. Grayscale: #969696. Windows color (decimal): -9324725 or 4962161. OLE color: 4962161.

HSL color Cylindrical-coordinate representation of color #71B74B: hue angle of 98.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71B74B is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 75 -
CMYK 0.38 0 0.59 0.28
HSL 98.89º 0.43% 0.51% -
HSV(B) 98.89º 0.59% 0.72% -
XYZ 25.01 37.89 12.65 -
YUV 149.76 85.81 101.78 -
System Red Green Blue C M Y K H S L
Decimal 113 183 75 0.38 0 0.59 0.28 98.89 0.43 0.51
Hex 71 B7 4B 26 0 3B 1C 63 2B 33
Octal 161 267 113 46 0 73 34 143 53 63
Binary 1110001 10110111 1001011 100110 0 111011 11100 1100011 101011 110011

Color Harmonies of #71B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B74B

Black with #71B74B

Text Example


Text Example

White with #71B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,183,75); }

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

background-color css

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

 a { background-color: rgb(113,183,75); }

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

border-color css

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

 span { border-color: rgb(113,183,75); }

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