Html Css Color HEX #71CA41 Apple

📋 copy color: '#71CA41'

red 113 ◦ green 202 ◦ blue 65

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

Shades of Apple #71CA41

Tints of Apple #71CA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.16%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 29.74%
G = 53.16%
B = 17.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#71CA41 (or 0x71CA41) is known color: Apple. HEX triplet: 71, CA and 41. RGB value is (113,202,65). Sum of RGB (Red+Green+Blue) = 113+202+65=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA41 is #8E35BE. Grayscale: #A0A0A0. Windows color (decimal): -9319871 or 4311665. OLE color: 4311665.

HSL color Cylindrical-coordinate representation of color #71CA41: hue angle of 98.98º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71CA41 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 65 -
CMYK 0.44 0 0.68 0.21
HSL 98.98º 0.56% 0.52% -
HSV(B) 98.98º 0.68% 0.79% -
XYZ 28.88 46.13 12.38 -
YUV 159.77 74.51 94.64 -
System Red Green Blue C M Y K H S L
Decimal 113 202 65 0.44 0 0.68 0.21 98.98 0.56 0.52
Hex 71 CA 41 2C 0 44 15 63 38 34
Octal 161 312 101 54 0 104 25 143 70 64
Binary 1110001 11001010 1000001 101100 0 1000100 10101 1100011 111000 110100

Color Harmonies of #71CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA41

Black with #71CA41

Text Example


Text Example

White with #71CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,202,65); }

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

background-color css

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

 a { background-color: rgb(113,202,65); }

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

border-color css

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

 span { border-color: rgb(113,202,65); }

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