Html Css Color HEX #DAFD67 Mindaro

📋 copy color: '#DAFD67'

red 218 ◦ green 253 ◦ blue 103

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

Shades of Mindaro #DAFD67

Tints of Mindaro #DAFD67

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.08%

 BLUE value IS 103 (40.63% from 255) = 17.94%

R = 37.98%
G = 44.08%
B = 17.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#DAFD67 (or 0xDAFD67) is known color: Mindaro. HEX triplet: DA, FD and 67. RGB value is (218,253,103). Sum of RGB (Red+Green+Blue) = 218+253+103=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 103 (40.62% from 255 or 17.94% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD67 is #250298. Grayscale: #E1E1E1. Windows color (decimal): -2425497 or 6815194. OLE color: 6815194.

HSL color Cylindrical-coordinate representation of color #DAFD67: hue angle of 74º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAFD67 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 103 -
CMYK 0.14 0 0.59 0.01
HSL 74º 0.97% 0.7% -
HSV(B) 74º 0.59% 0.99% -
XYZ 66.49 86.14 25.95 -
YUV 225.44 58.9 122.7 -
System Red Green Blue C M Y K H S L
Decimal 218 253 103 0.14 0 0.59 0.01 74 0.97 0.7
Hex DA FD 67 E 0 3B 1 4A 61 46
Octal 332 375 147 16 0 73 1 112 141 106
Binary 11011010 11111101 1100111 1110 0 111011 1 1001010 1100001 1000110

Color Harmonies of #DAFD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD67

Black with #DAFD67

Text Example


Text Example

White with #DAFD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD67; }

 p { color: rgb(218,253,103); }

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

background-color css

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

 a { background-color: rgb(218,253,103); }

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

border-color css

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

 span { border-color: rgb(218,253,103); }

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