Html Css Color HEX #DAF062 Mindaro

📋 copy color: '#DAF062'

red 218 ◦ green 240 ◦ blue 98

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

Shades of Mindaro #DAF062

Tints of Mindaro #DAF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.63%

R = 39.21%
G = 43.17%
B = 17.63%

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

#DAF062 (or 0xDAF062) is known color: Mindaro. HEX triplet: DA, F0 and 62. RGB value is (218,240,98). Sum of RGB (Red+Green+Blue) = 218+240+98=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF062 is #250F9D. Grayscale: #D9D9D9. Windows color (decimal): -2428830 or 6484186. OLE color: 6484186.

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

Color convert

RGB 218 240 98 -
CMYK 0.09 0 0.59 0.06
HSL 69.3º 0.83% 0.66% -
HSV(B) 69.3º 0.59% 0.94% -
XYZ 62.28 78.11 23.35 -
YUV 217.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 218 240 98 0.09 0 0.59 0.06 69.3 0.83 0.66
Hex DA F0 62 9 0 3B 6 45 53 42
Octal 332 360 142 11 0 73 6 105 123 102
Binary 11011010 11110000 1100010 1001 0 111011 110 1000101 1010011 1000010

Color Harmonies of #DAF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF062

Black with #DAF062

Text Example


Text Example

White with #DAF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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