Html Css Color HEX #DAFB73 Mindaro

📋 copy color: '#DAFB73'

red 218 ◦ green 251 ◦ blue 115

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

Shades of Mindaro #DAFB73

Tints of Mindaro #DAFB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.98%

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

R = 37.33%
G = 42.98%
B = 19.69%

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

#DAFB73 (or 0xDAFB73) is known color: Mindaro. HEX triplet: DA, FB and 73. RGB value is (218,251,115). Sum of RGB (Red+Green+Blue) = 218+251+115=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB73 is #25048C. Grayscale: #E2E2E2. Windows color (decimal): -2425997 or 7601114. OLE color: 7601114.

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

Color convert

RGB 218 251 115 -
CMYK 0.13 0 0.54 0.02
HSL 74.56º 0.94% 0.72% -
HSV(B) 74.56º 0.54% 0.98% -
XYZ 66.51 85.14 29.15 -
YUV 225.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 218 251 115 0.13 0 0.54 0.02 74.56 0.94 0.72
Hex DA FB 73 D 0 36 2 4B 5E 48
Octal 332 373 163 15 0 66 2 113 136 110
Binary 11011010 11111011 1110011 1101 0 110110 10 1001011 1011110 1001000

Color Harmonies of #DAFB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB73

Black with #DAFB73

Text Example


Text Example

White with #DAFB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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