Html Css Color HEX #71BF45 Apple

📋 copy color: '#71BF45'

red 113 ◦ green 191 ◦ blue 69

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

Shades of Apple #71BF45

Tints of Apple #71BF45

RGB

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

 GREEN value IS 191 (75% from 255) = 51.21%

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

R = 30.29%
G = 51.21%
B = 18.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#71BF45 (or 0x71BF45) is known color: Apple. HEX triplet: 71, BF and 45. RGB value is (113,191,69). Sum of RGB (Red+Green+Blue) = 113+191+69=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF45 is #8E40BA. Grayscale: #9A9A9A. Windows color (decimal): -9322683 or 4570993. OLE color: 4570993.

HSL color Cylindrical-coordinate representation of color #71BF45: hue angle of 98.36º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71BF45 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 69 -
CMYK 0.41 0 0.64 0.25
HSL 98.36º 0.49% 0.51% -
HSV(B) 98.36º 0.64% 0.75% -
XYZ 26.52 41.2 12.19 -
YUV 153.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 113 191 69 0.41 0 0.64 0.25 98.36 0.49 0.51
Hex 71 BF 45 29 0 40 19 62 31 33
Octal 161 277 105 51 0 100 31 142 61 63
Binary 1110001 10111111 1000101 101001 0 1000000 11001 1100010 110001 110011

Color Harmonies of #71BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF45

Black with #71BF45

Text Example


Text Example

White with #71BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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