#DAFF58

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

Shades of Mindaro #DAFF58

Tints of Mindaro #DAFF58

Color information

#DAFF58 (or 0xDAFF58) is unknown color: approx Mindaro. HEX triplet: DA, FF and 58. RGB value is (218,255,88). Sum of RGB (Red+Green+Blue) = 218+255+88=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 88 (34.77% from 255 or 15.69% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF58 is #2500A7. Grayscale: #E1E1E1. Windows color (decimal): -2425000 or 5832666. OLE color: 5832666.

HSL color Cylindrical-coordinate representation of color #DAFF58: hue angle of 73.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAFF58 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB21825588-
CMYK0.1500.650
HSL73.29º100%67.25%-
HSV(B)73.29º65.49%100%-
XYZ66.4387.1322.55-
YUV224.950.74123.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 88 (34.77% from 255) = 15.69%
R=38.86%
G=45.45%
B=15.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218255880.1500.65073.2910067.25
HexDAFF58F0410496443
Octal3323771301701010111144103
Binary110110101111111110110001111010000010100100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF58; }

 p { color: rgb(218,255,88); }

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

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

 a { background-color: rgb(218,255,88); }

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

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

 span { border-color: rgb(218,255,88); }

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