Html Css Color HEX #71C138 Apple

📋 copy color: '#71C138'

red 113 ◦ green 193 ◦ blue 56

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

Shades of Apple #71C138

Tints of Apple #71C138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.47%

R = 31.22%
G = 53.31%
B = 15.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#71C138 (or 0x71C138) is known color: Apple. HEX triplet: 71, C1 and 38. RGB value is (113,193,56). Sum of RGB (Red+Green+Blue) = 113+193+56=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #71C138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C138 is #8E3EC7. Grayscale: #999999. Windows color (decimal): -9322184 or 3719537. OLE color: 3719537.

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

Color convert

RGB 113 193 56 -
CMYK 0.41 0 0.71 0.24
HSL 95.04º 0.55% 0.49% -
HSV(B) 95.04º 0.71% 0.76% -
XYZ 26.59 41.94 10.43 -
YUV 153.46 73 99.14 -
System Red Green Blue C M Y K H S L
Decimal 113 193 56 0.41 0 0.71 0.24 95.04 0.55 0.49
Hex 71 C1 38 29 0 47 18 5F 37 31
Octal 161 301 70 51 0 107 30 137 67 61
Binary 1110001 11000001 111000 101001 0 1000111 11000 1011111 110111 110001

Color Harmonies of #71C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C138

Black with #71C138

Text Example


Text Example

White with #71C138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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