Html Css Color HEX #DAF063 Mindaro

📋 copy color: '#DAF063'

red 218 ◦ green 240 ◦ blue 99

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

Shades of Mindaro #DAF063

Tints of Mindaro #DAF063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.77%

R = 39.14%
G = 43.09%
B = 17.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#DAF063 (or 0xDAF063) is known color: Mindaro. HEX triplet: DA, F0 and 63. RGB value is (218,240,99). Sum of RGB (Red+Green+Blue) = 218+240+99=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 99 (39.06% from 255 or 17.77% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF063 is #250F9C. Grayscale: #D9D9D9. Windows color (decimal): -2428829 or 6549722. OLE color: 6549722.

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

Color convert

RGB 218 240 99 -
CMYK 0.09 0 0.59 0.06
HSL 69.36º 0.82% 0.66% -
HSV(B) 69.36º 0.59% 0.94% -
XYZ 62.33 78.13 23.6 -
YUV 217.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 218 240 99 0.09 0 0.59 0.06 69.36 0.82 0.66
Hex DA F0 63 9 0 3B 6 45 52 42
Octal 332 360 143 11 0 73 6 105 122 102
Binary 11011010 11110000 1100011 1001 0 111011 110 1000101 1010010 1000010

Color Harmonies of #DAF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF063

Black with #DAF063

Text Example


Text Example

White with #DAF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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