Html Css Color HEX #DAF275 Mindaro

📋 copy color: '#DAF275'

red 218 ◦ green 242 ◦ blue 117

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

Shades of Mindaro #DAF275

Tints of Mindaro #DAF275

RGB

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

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

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

R = 37.78%
G = 41.94%
B = 20.28%

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

#DAF275 (or 0xDAF275) is known color: Mindaro. HEX triplet: DA, F2 and 75. RGB value is (218,242,117). Sum of RGB (Red+Green+Blue) = 218+242+117=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF275 is #250D8A. Grayscale: #DDDDDD. Windows color (decimal): -2428299 or 7729882. OLE color: 7729882.

HSL color Cylindrical-coordinate representation of color #DAF275: hue angle of 71.52º 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 #DAF275 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 117 -
CMYK 0.10 0 0.52 0.05
HSL 71.52º 0.83% 0.7% -
HSV(B) 71.52º 0.52% 0.95% -
XYZ 63.88 79.69 28.85 -
YUV 220.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 218 242 117 0.10 0 0.52 0.05 71.52 0.83 0.7
Hex DA F2 75 A 0 34 5 48 53 46
Octal 332 362 165 12 0 64 5 110 123 106
Binary 11011010 11110010 1110101 1010 0 110100 101 1001000 1010011 1000110

Color Harmonies of #DAF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF275

Black with #DAF275

Text Example


Text Example

White with #DAF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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