Html Css Color HEX #DAF058 Mindaro

📋 copy color: '#DAF058'

red 218 ◦ green 240 ◦ blue 88

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

Shades of Mindaro #DAF058

Tints of Mindaro #DAF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.96%

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

R = 39.93%
G = 43.96%
B = 16.12%

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

#DAF058 (or 0xDAF058) is known color: Mindaro. HEX triplet: DA, F0 and 58. RGB value is (218,240,88). Sum of RGB (Red+Green+Blue) = 218+240+88=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF058 is #250FA7. Grayscale: #D8D8D8. Windows color (decimal): -2428840 or 5828826. OLE color: 5828826.

HSL color Cylindrical-coordinate representation of color #DAF058: hue angle of 68.68º degrees, saturation: 0.84, 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 #DAF058 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 88 -
CMYK 0.09 0 0.63 0.06
HSL 68.68º 0.84% 0.64% -
HSV(B) 68.68º 0.63% 0.94% -
XYZ 61.83 77.93 21.02 -
YUV 216.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 218 240 88 0.09 0 0.63 0.06 68.68 0.84 0.64
Hex DA F0 58 9 0 3F 6 45 54 40
Octal 332 360 130 11 0 77 6 105 124 100
Binary 11011010 11110000 1011000 1001 0 111111 110 1000101 1010100 1000000

Color Harmonies of #DAF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF058

Black with #DAF058

Text Example


Text Example

White with #DAF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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