Html Css Color HEX #DAFC72 Mindaro

📋 copy color: '#DAFC72'

red 218 ◦ green 252 ◦ blue 114

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

Shades of Mindaro #DAFC72

Tints of Mindaro #DAFC72

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.15%

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

R = 37.33%
G = 43.15%
B = 19.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#DAFC72 (or 0xDAFC72) is known color: Mindaro. HEX triplet: DA, FC and 72. RGB value is (218,252,114). Sum of RGB (Red+Green+Blue) = 218+252+114=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC72 is #25038D. Grayscale: #E2E2E2. Windows color (decimal): -2425742 or 7535834. OLE color: 7535834.

HSL color Cylindrical-coordinate representation of color #DAFC72: hue angle of 74.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAFC72 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 114 -
CMYK 0.13 0 0.55 0.01
HSL 74.78º 0.96% 0.72% -
HSV(B) 74.78º 0.55% 0.99% -
XYZ 66.76 85.74 28.95 -
YUV 226.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 218 252 114 0.13 0 0.55 0.01 74.78 0.96 0.72
Hex DA FC 72 D 0 37 1 4B 60 48
Octal 332 374 162 15 0 67 1 113 140 110
Binary 11011010 11111100 1110010 1101 0 110111 1 1001011 1100000 1001000

Color Harmonies of #DAFC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC72

Black with #DAFC72

Text Example


Text Example

White with #DAFC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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