Html Css Color HEX #71C240 Apple

📋 copy color: '#71C240'

red 113 ◦ green 194 ◦ blue 64

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

Shades of Apple #71C240

Tints of Apple #71C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.29%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 30.46%
G = 52.29%
B = 17.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#71C240 (or 0x71C240) is known color: Apple. HEX triplet: 71, C2 and 40. RGB value is (113,194,64). Sum of RGB (Red+Green+Blue) = 113+194+64=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #71C240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C240 is #8E3DBF. Grayscale: #9B9B9B. Windows color (decimal): -9321920 or 4244081. OLE color: 4244081.

HSL color Cylindrical-coordinate representation of color #71C240: hue angle of 97.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71C240 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 194 64 -
CMYK 0.42 0 0.67 0.24
HSL 97.38º 0.52% 0.51% -
HSV(B) 97.38º 0.67% 0.76% -
XYZ 27.03 42.46 11.62 -
YUV 154.96 76.66 98.07 -
System Red Green Blue C M Y K H S L
Decimal 113 194 64 0.42 0 0.67 0.24 97.38 0.52 0.51
Hex 71 C2 40 2A 0 43 18 61 34 33
Octal 161 302 100 52 0 103 30 141 64 63
Binary 1110001 11000010 1000000 101010 0 1000011 11000 1100001 110100 110011

Color Harmonies of #71C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C240

Black with #71C240

Text Example


Text Example

White with #71C240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,194,64); }

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

background-color css

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

 a { background-color: rgb(113,194,64); }

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

border-color css

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

 span { border-color: rgb(113,194,64); }

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