Html Css Color HEX #71BB3D Apple

📋 copy color: '#71BB3D'

red 113 ◦ green 187 ◦ blue 61

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

Shades of Apple #71BB3D

Tints of Apple #71BB3D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

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

R = 31.3%
G = 51.8%
B = 16.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#71BB3D (or 0x71BB3D) is known color: Apple. HEX triplet: 71, BB and 3D. RGB value is (113,187,61). Sum of RGB (Red+Green+Blue) = 113+187+61=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB3D is #8E44C2. Grayscale: #969696. Windows color (decimal): -9323715 or 4045681. OLE color: 4045681.

HSL color Cylindrical-coordinate representation of color #71BB3D: hue angle of 95.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71BB3D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 61 -
CMYK 0.40 0 0.67 0.27
HSL 95.24º 0.51% 0.49% -
HSV(B) 95.24º 0.67% 0.73% -
XYZ 25.42 39.39 10.68 -
YUV 150.51 77.48 101.25 -
System Red Green Blue C M Y K H S L
Decimal 113 187 61 0.40 0 0.67 0.27 95.24 0.51 0.49
Hex 71 BB 3D 28 0 43 1B 5F 33 31
Octal 161 273 75 50 0 103 33 137 63 61
Binary 1110001 10111011 111101 101000 0 1000011 11011 1011111 110011 110001

Color Harmonies of #71BB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB3D

Black with #71BB3D

Text Example


Text Example

White with #71BB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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