Html Css Color HEX #71D730 Apple

📋 copy color: '#71D730'

red 113 ◦ green 215 ◦ blue 48

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

Shades of Apple #71D730

Tints of Apple #71D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.18%

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 30.05%
G = 57.18%
B = 12.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#71D730 (or 0x71D730) is known color: Apple. HEX triplet: 71, D7 and 30. RGB value is (113,215,48). Sum of RGB (Red+Green+Blue) = 113+215+48=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #71D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D730 is #8E28CF. Grayscale: #A6A6A6. Windows color (decimal): -9316560 or 3200881. OLE color: 3200881.

HSL color Cylindrical-coordinate representation of color #71D730: hue angle of 96.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71D730 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 215 48 -
CMYK 0.47 0 0.78 0.16
HSL 96.65º 0.68% 0.52% -
HSV(B) 96.65º 0.78% 0.84% -
XYZ 31.64 52.32 11.23 -
YUV 165.46 61.71 90.58 -
System Red Green Blue C M Y K H S L
Decimal 113 215 48 0.47 0 0.78 0.16 96.65 0.68 0.52
Hex 71 D7 30 2F 0 4E 10 61 44 34
Octal 161 327 60 57 0 116 20 141 104 64
Binary 1110001 11010111 110000 101111 0 1001110 10000 1100001 1000100 110100

Color Harmonies of #71D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D730

Black with #71D730

Text Example


Text Example

White with #71D730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,215,48); }

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

background-color css

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

 a { background-color: rgb(113,215,48); }

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

border-color css

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

 span { border-color: rgb(113,215,48); }

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