Html Css Color HEX #71C135 Apple

📋 copy color: '#71C135'

red 113 ◦ green 193 ◦ blue 53

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

Shades of Apple #71C135

Tints of Apple #71C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.76%

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 31.48%
G = 53.76%
B = 14.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#71C135 (or 0x71C135) is known color: Apple. HEX triplet: 71, C1 and 35. RGB value is (113,193,53). Sum of RGB (Red+Green+Blue) = 113+193+53=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #71C135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C135 is #8E3ECA. Grayscale: #999999. Windows color (decimal): -9322187 or 3522929. OLE color: 3522929.

HSL color Cylindrical-coordinate representation of color #71C135: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71C135 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 193 53 -
CMYK 0.41 0 0.73 0.24
HSL 94.29º 0.57% 0.48% -
HSV(B) 94.29º 0.73% 0.76% -
XYZ 26.52 41.91 10.06 -
YUV 153.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 113 193 53 0.41 0 0.73 0.24 94.29 0.57 0.48
Hex 71 C1 35 29 0 49 18 5E 39 30
Octal 161 301 65 51 0 111 30 136 71 60
Binary 1110001 11000001 110101 101001 0 1001001 11000 1011110 111001 110000

Color Harmonies of #71C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C135

Black with #71C135

Text Example


Text Example

White with #71C135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,193,53); }

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

background-color css

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

 a { background-color: rgb(113,193,53); }

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

border-color css

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

 span { border-color: rgb(113,193,53); }

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