#71DA38

Color #71DA38 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #71DA38

Tints of Apple #71DA38

Color information

#71DA38 (or 0x71DA38) is unknown color: approx Apple. HEX triplet: 71, DA and 38. RGB value is (113,218,56). Sum of RGB (Red+Green+Blue) = 113+218+56=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DA38 is #8E25C7. Grayscale: #A8A8A8. Windows color (decimal): -9315784 or 3725937. OLE color: 3725937.

HSL color Cylindrical-coordinate representation of color #71DA38: hue angle of 98.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71DA38 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB11321856-
CMYK0.4800.740.15
HSL98.89º68.64%53.73%-
HSV(B)98.89º74.31%85.49%-
XYZ32.653.9412.43-
YUV168.1464.7188.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 218 (85.55% from 255) = 56.33%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=29.20%
G=56.33%
B=14.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113218560.4800.740.1598.8968.6453.73
Hex71DA383004AF634536
Octal161332706001121714310566
Binary11100011101101011100011000001001010111111000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,218,56); }

 H1.HeaderClassName
 {
   color: #71DA38;
 }
 .AnyTagClassName
 {
   color: #71DA38;
 }
</style>
background-color css

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

 a { background-color: rgb(113,218,56); }

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

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

 span { border-color: rgb(113,218,56); }

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