Html Css Color HEX #DAF085 Mindaro

📋 copy color: '#DAF085'

red 218 ◦ green 240 ◦ blue 133

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

Shades of Mindaro #DAF085

Tints of Mindaro #DAF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.5%

R = 36.89%
G = 40.61%
B = 22.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DAF085 (or 0xDAF085) is known color: Mindaro. HEX triplet: DA, F0 and 85. RGB value is (218,240,133). Sum of RGB (Red+Green+Blue) = 218+240+133=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF085 is #250F7A. Grayscale: #DDDDDD. Windows color (decimal): -2428795 or 8777946. OLE color: 8777946.

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

Color convert

RGB 218 240 133 -
CMYK 0.09 0 0.45 0.06
HSL 72.34º 0.78% 0.73% -
HSV(B) 72.34º 0.45% 0.94% -
XYZ 64.31 78.92 34.03 -
YUV 221.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 218 240 133 0.09 0 0.45 0.06 72.34 0.78 0.73
Hex DA F0 85 9 0 2D 6 48 4E 49
Octal 332 360 205 11 0 55 6 110 116 111
Binary 11011010 11110000 10000101 1001 0 101101 110 1001000 1001110 1001001

Color Harmonies of #DAF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF085

Black with #DAF085

Text Example


Text Example

White with #DAF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF085; }

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

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

background-color css

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

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

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

border-color css

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

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

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