Html Css Color HEX #DAFA72 Mindaro

📋 copy color: '#DAFA72'

red 218 ◦ green 250 ◦ blue 114

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

Shades of Mindaro #DAFA72

Tints of Mindaro #DAFA72

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

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

R = 37.46%
G = 42.96%
B = 19.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DAFA72 (or 0xDAFA72) is known color: Mindaro. HEX triplet: DA, FA and 72. RGB value is (218,250,114). Sum of RGB (Red+Green+Blue) = 218+250+114=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA72 is #25058D. Grayscale: #E1E1E1. Windows color (decimal): -2426254 or 7535322. OLE color: 7535322.

HSL color Cylindrical-coordinate representation of color #DAFA72: hue angle of 74.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAFA72 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 114 -
CMYK 0.13 0 0.54 0.02
HSL 74.12º 0.93% 0.71% -
HSV(B) 74.12º 0.54% 0.98% -
XYZ 66.14 84.49 28.74 -
YUV 224.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 218 250 114 0.13 0 0.54 0.02 74.12 0.93 0.71
Hex DA FA 72 D 0 36 2 4A 5D 47
Octal 332 372 162 15 0 66 2 112 135 107
Binary 11011010 11111010 1110010 1101 0 110110 10 1001010 1011101 1000111

Color Harmonies of #DAFA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA72

Black with #DAFA72

Text Example


Text Example

White with #DAFA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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