#72DD38

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

Shades of Apple #72DD38

Tints of Apple #72DD38

Color information

#72DD38 (or 0x72DD38) is unknown color: approx Apple. HEX triplet: 72, DD and 38. RGB value is (114,221,56). Sum of RGB (Red+Green+Blue) = 114+221+56=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DD38 is #8D22C7. Grayscale: #AAAAAA. Windows color (decimal): -9249480 or 3726706. OLE color: 3726706.

HSL color Cylindrical-coordinate representation of color #72DD38: hue angle of 98.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72DD38 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB11422156-
CMYK0.4800.750.13
HSL98.91º70.82%54.31%-
HSV(B)98.91º74.66%86.67%-
XYZ33.5155.5812.7-
YUV170.263.5587.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=29.16%
G=56.52%
B=14.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114221560.4800.750.1398.9170.8254.31
Hex72DD383004BD634736
Octal162335706001131514310766
Binary11100101101110111100011000001001011110111000111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72DD38; }

 p { color: rgb(114,221,56); }

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

<style>
 a { background-color: #72DD38; }

 a { background-color: rgb(114,221,56); }

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

<style>
 span { border-color: #72DD38; }

 span { border-color: rgb(114,221,56); }

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