Html Css Color HEX #DAF372 Mindaro

📋 copy color: '#DAF372'

red 218 ◦ green 243 ◦ blue 114

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

Shades of Mindaro #DAF372

Tints of Mindaro #DAF372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.26%

 BLUE value IS 114 (44.92% from 255) = 19.83%

R = 37.91%
G = 42.26%
B = 19.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DAF372 (or 0xDAF372) is known color: Mindaro. HEX triplet: DA, F3 and 72. RGB value is (218,243,114). Sum of RGB (Red+Green+Blue) = 218+243+114=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF372 is #250C8D. Grayscale: #DDDDDD. Windows color (decimal): -2428046 or 7533530. OLE color: 7533530.

HSL color Cylindrical-coordinate representation of color #DAF372: hue angle of 71.63º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAF372 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 114 -
CMYK 0.10 0 0.53 0.05
HSL 71.63º 0.84% 0.7% -
HSV(B) 71.63º 0.53% 0.95% -
XYZ 64 80.22 28.03 -
YUV 220.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 218 243 114 0.10 0 0.53 0.05 71.63 0.84 0.7
Hex DA F3 72 A 0 35 5 48 54 46
Octal 332 363 162 12 0 65 5 110 124 106
Binary 11011010 11110011 1110010 1010 0 110101 101 1001000 1010100 1000110

Color Harmonies of #DAF372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF372

Black with #DAF372

Text Example


Text Example

White with #DAF372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF372; }

 p { color: rgb(218,243,114); }

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

background-color css

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

 a { background-color: rgb(218,243,114); }

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

border-color css

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

 span { border-color: rgb(218,243,114); }

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