#DFF381

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

Shades of Mindaro #DFF381

Tints of Mindaro #DFF381

Color information

#DFF381 (or 0xDFF381) is unknown color: approx Mindaro. HEX triplet: DF, F3 and 81. RGB value is (223,243,129). Sum of RGB (Red+Green+Blue) = 223+243+129=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF381 is #200C7E. Grayscale: #E0E0E0. Windows color (decimal): -2100351 or 8516575. OLE color: 8516575.

HSL color Cylindrical-coordinate representation of color #DFF381: hue angle of 70.53º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFF381 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB223243129-
CMYK0.0800.470.05
HSL70.53º82.61%72.94%-
HSV(B)70.53º46.91%95.29%-
XYZ66.4481.3732.97-
YUV224.0274.37127.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=37.48%
G=40.84%
B=21.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232431290.0800.470.0570.5382.6172.94
HexDFF381802F5475349
Octal337363201100575107123111
Binary11011111111100111000000110000101111101100011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF381; }

 p { color: rgb(223,243,129); }

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

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

 a { background-color: rgb(223,243,129); }

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

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

 span { border-color: rgb(223,243,129); }

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