Html Css Color HEX #DAFE67 Mindaro

📋 copy color: '#DAFE67'

red 218 ◦ green 254 ◦ blue 103

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

Shades of Mindaro #DAFE67

Tints of Mindaro #DAFE67

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.17%

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

R = 37.91%
G = 44.17%
B = 17.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#DAFE67 (or 0xDAFE67) is known color: Mindaro. HEX triplet: DA, FE and 67. RGB value is (218,254,103). Sum of RGB (Red+Green+Blue) = 218+254+103=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 103 (40.62% from 255 or 17.91% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE67 is #250198. Grayscale: #E2E2E2. Windows color (decimal): -2425241 or 6815450. OLE color: 6815450.

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

Color convert

RGB 218 254 103 -
CMYK 0.14 0 0.59 0.00
HSL 74.3º 0.99% 0.7% -
HSV(B) 74.3º 0.59% 1% -
XYZ 66.8 86.77 26.06 -
YUV 226.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 218 254 103 0.14 0 0.59 0.00 74.3 0.99 0.7
Hex DA FE 67 E 0 3B 0 4A 63 46
Octal 332 376 147 16 0 73 0 112 143 106
Binary 11011010 11111110 1100111 1110 0 111011 0 1001010 1100011 1000110

Color Harmonies of #DAFE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE67

Black with #DAFE67

Text Example


Text Example

White with #DAFE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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