Html Css Color HEX #71CA44 Apple

📋 copy color: '#71CA44'

red 113 ◦ green 202 ◦ blue 68

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

Shades of Apple #71CA44

Tints of Apple #71CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.75%

R = 29.5%
G = 52.74%
B = 17.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#71CA44 (or 0x71CA44) is known color: Apple. HEX triplet: 71, CA and 44. RGB value is (113,202,68). Sum of RGB (Red+Green+Blue) = 113+202+68=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA44 is #8E35BB. Grayscale: #A0A0A0. Windows color (decimal): -9319868 or 4508273. OLE color: 4508273.

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

Color convert

RGB 113 202 68 -
CMYK 0.44 0 0.66 0.21
HSL 99.85º 0.56% 0.53% -
HSV(B) 99.85º 0.66% 0.79% -
XYZ 28.97 46.17 12.85 -
YUV 160.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 113 202 68 0.44 0 0.66 0.21 99.85 0.56 0.53
Hex 71 CA 44 2C 0 42 15 64 38 35
Octal 161 312 104 54 0 102 25 144 70 65
Binary 1110001 11001010 1000100 101100 0 1000010 10101 1100100 111000 110101

Color Harmonies of #71CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA44

Black with #71CA44

Text Example


Text Example

White with #71CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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