Html Css Color HEX #71BE3D Apple

📋 copy color: '#71BE3D'

red 113 ◦ green 190 ◦ blue 61

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

Shades of Apple #71BE3D

Tints of Apple #71BE3D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.2%

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 31.04%
G = 52.2%
B = 16.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#71BE3D (or 0x71BE3D) is known color: Apple. HEX triplet: 71, BE and 3D. RGB value is (113,190,61). Sum of RGB (Red+Green+Blue) = 113+190+61=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE3D is #8E41C2. Grayscale: #989898. Windows color (decimal): -9322947 or 4046449. OLE color: 4046449.

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

Color convert

RGB 113 190 61 -
CMYK 0.41 0 0.68 0.25
HSL 95.81º 0.51% 0.49% -
HSV(B) 95.81º 0.68% 0.75% -
XYZ 26.07 40.67 10.89 -
YUV 152.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 113 190 61 0.41 0 0.68 0.25 95.81 0.51 0.49
Hex 71 BE 3D 29 0 44 19 60 33 31
Octal 161 276 75 51 0 104 31 140 63 61
Binary 1110001 10111110 111101 101001 0 1000100 11001 1100000 110011 110001

Color Harmonies of #71BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BE3D

Black with #71BE3D

Text Example


Text Example

White with #71BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,61); }

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

background-color css

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

 a { background-color: rgb(113,190,61); }

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

border-color css

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

 span { border-color: rgb(113,190,61); }

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