Html Css Color HEX #DAF075 Mindaro

📋 copy color: '#DAF075'

red 218 ◦ green 240 ◦ blue 117

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

Shades of Mindaro #DAF075

Tints of Mindaro #DAF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.35%

R = 37.91%
G = 41.74%
B = 20.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DAF075 (or 0xDAF075) is known color: Mindaro. HEX triplet: DA, F0 and 75. RGB value is (218,240,117). Sum of RGB (Red+Green+Blue) = 218+240+117=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF075 is #250F8A. Grayscale: #DBDBDB. Windows color (decimal): -2428811 or 7729370. OLE color: 7729370.

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

Color convert

RGB 218 240 117 -
CMYK 0.09 0 0.51 0.06
HSL 70.73º 0.8% 0.7% -
HSV(B) 70.73º 0.51% 0.94% -
XYZ 63.28 78.51 28.65 -
YUV 219.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 218 240 117 0.09 0 0.51 0.06 70.73 0.8 0.7
Hex DA F0 75 9 0 33 6 47 50 46
Octal 332 360 165 11 0 63 6 107 120 106
Binary 11011010 11110000 1110101 1001 0 110011 110 1000111 1010000 1000110

Color Harmonies of #DAF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF075

Black with #DAF075

Text Example


Text Example

White with #DAF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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