Html Css Color HEX #DAEF58 Mindaro

📋 copy color: '#DAEF58'

red 218 ◦ green 239 ◦ blue 88

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

Shades of Mindaro #DAEF58

Tints of Mindaro #DAEF58

RGB

 RED value IS 218 (85.55% from 255) = 40%

 GREEN value IS 239 (93.75% from 255) = 43.85%

 BLUE value IS 88 (34.77% from 255) = 16.15%

R = 40%
G = 43.85%
B = 16.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#DAEF58 (or 0xDAEF58) is known color: Mindaro. HEX triplet: DA, EF and 58. RGB value is (218,239,88). Sum of RGB (Red+Green+Blue) = 218+239+88=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEF58 is #2510A7. Grayscale: #D8D8D8. Windows color (decimal): -2429096 or 5828570. OLE color: 5828570.

HSL color Cylindrical-coordinate representation of color #DAEF58: hue angle of 68.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAEF58 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 88 -
CMYK 0.09 0 0.63 0.06
HSL 68.34º 0.83% 0.64% -
HSV(B) 68.34º 0.63% 0.94% -
XYZ 61.54 77.34 20.92 -
YUV 215.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 218 239 88 0.09 0 0.63 0.06 68.34 0.83 0.64
Hex DA EF 58 9 0 3F 6 44 53 40
Octal 332 357 130 11 0 77 6 104 123 100
Binary 11011010 11101111 1011000 1001 0 111111 110 1000100 1010011 1000000

Color Harmonies of #DAEF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF58

Black with #DAEF58

Text Example


Text Example

White with #DAEF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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