Html Css Color HEX #71D042 Apple

📋 copy color: '#71D042'

red 113 ◦ green 208 ◦ blue 66

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

Shades of Apple #71D042

Tints of Apple #71D042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.75%

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 29.2%
G = 53.75%
B = 17.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#71D042 (or 0x71D042) is known color: Apple. HEX triplet: 71, D0 and 42. RGB value is (113,208,66). Sum of RGB (Red+Green+Blue) = 113+208+66=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #71D042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D042 is #8E2FBD. Grayscale: #A3A3A3. Windows color (decimal): -9318334 or 4378737. OLE color: 4378737.

HSL color Cylindrical-coordinate representation of color #71D042: hue angle of 100.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71D042 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 208 66 -
CMYK 0.46 0 0.68 0.18
HSL 100.14º 0.6% 0.54% -
HSV(B) 100.14º 0.68% 0.82% -
XYZ 30.35 49.02 13.02 -
YUV 163.41 73.03 92.05 -
System Red Green Blue C M Y K H S L
Decimal 113 208 66 0.46 0 0.68 0.18 100.14 0.6 0.54
Hex 71 D0 42 2E 0 44 12 64 3C 36
Octal 161 320 102 56 0 104 22 144 74 66
Binary 1110001 11010000 1000010 101110 0 1000100 10010 1100100 111100 110110

Color Harmonies of #71D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D042

Black with #71D042

Text Example


Text Example

White with #71D042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,208,66); }

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

background-color css

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

 a { background-color: rgb(113,208,66); }

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

border-color css

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

 span { border-color: rgb(113,208,66); }

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