Html Css Color HEX #DAF273 Mindaro

📋 copy color: '#DAF273'

red 218 ◦ green 242 ◦ blue 115

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

Shades of Mindaro #DAF273

Tints of Mindaro #DAF273

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 115 (45.31% from 255) = 20%

R = 37.91%
G = 42.09%
B = 20%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DAF273 (or 0xDAF273) is known color: Mindaro. HEX triplet: DA, F2 and 73. RGB value is (218,242,115). Sum of RGB (Red+Green+Blue) = 218+242+115=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF273 is #250D8C. Grayscale: #DCDCDC. Windows color (decimal): -2428301 or 7598810. OLE color: 7598810.

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

Color convert

RGB 218 242 115 -
CMYK 0.10 0 0.52 0.05
HSL 71.34º 0.83% 0.7% -
HSV(B) 71.34º 0.52% 0.95% -
XYZ 63.76 79.65 28.23 -
YUV 220.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 218 242 115 0.10 0 0.52 0.05 71.34 0.83 0.7
Hex DA F2 73 A 0 34 5 47 53 46
Octal 332 362 163 12 0 64 5 107 123 106
Binary 11011010 11110010 1110011 1010 0 110100 101 1000111 1010011 1000110

Color Harmonies of #DAF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF273

Black with #DAF273

Text Example


Text Example

White with #DAF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF273; }

 p { color: rgb(218,242,115); }

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

background-color css

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

 a { background-color: rgb(218,242,115); }

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

border-color css

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

 span { border-color: rgb(218,242,115); }

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