Html Css Color HEX #71CE45 Apple

📋 copy color: '#71CE45'

red 113 ◦ green 206 ◦ blue 69

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

Shades of Apple #71CE45

Tints of Apple #71CE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.09%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 29.12%
G = 53.09%
B = 17.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#71CE45 (or 0x71CE45) is known color: Apple. HEX triplet: 71, CE and 45. RGB value is (113,206,69). Sum of RGB (Red+Green+Blue) = 113+206+69=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE45 is #8E31BA. Grayscale: #A3A3A3. Windows color (decimal): -9318843 or 4574833. OLE color: 4574833.

HSL color Cylindrical-coordinate representation of color #71CE45: hue angle of 100.73º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71CE45 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 206 69 -
CMYK 0.45 0 0.67 0.19
HSL 100.73º 0.58% 0.54% -
HSV(B) 100.73º 0.67% 0.81% -
XYZ 29.96 48.08 13.33 -
YUV 162.58 75.19 92.64 -
System Red Green Blue C M Y K H S L
Decimal 113 206 69 0.45 0 0.67 0.19 100.73 0.58 0.54
Hex 71 CE 45 2D 0 43 13 65 3A 36
Octal 161 316 105 55 0 103 23 145 72 66
Binary 1110001 11001110 1000101 101101 0 1000011 10011 1100101 111010 110110

Color Harmonies of #71CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CE45

Black with #71CE45

Text Example


Text Example

White with #71CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,206,69); }

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

background-color css

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

 a { background-color: rgb(113,206,69); }

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

border-color css

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

 span { border-color: rgb(113,206,69); }

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