Html Css Color HEX #DAF669 Mindaro

📋 copy color: '#DAF669'

red 218 ◦ green 246 ◦ blue 105

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

Shades of Mindaro #DAF669

Tints of Mindaro #DAF669

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

 BLUE value IS 105 (41.41% from 255) = 18.45%

R = 38.31%
G = 43.23%
B = 18.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#DAF669 (or 0xDAF669) is known color: Mindaro. HEX triplet: DA, F6 and 69. RGB value is (218,246,105). Sum of RGB (Red+Green+Blue) = 218+246+105=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF669 is #250996. Grayscale: #DEDEDE. Windows color (decimal): -2427287 or 6944474. OLE color: 6944474.

HSL color Cylindrical-coordinate representation of color #DAF669: hue angle of 71.91º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF669 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 105 -
CMYK 0.11 0 0.57 0.04
HSL 71.91º 0.89% 0.69% -
HSV(B) 71.91º 0.57% 0.96% -
XYZ 64.42 81.84 25.77 -
YUV 221.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 218 246 105 0.11 0 0.57 0.04 71.91 0.89 0.69
Hex DA F6 69 B 0 39 4 48 59 45
Octal 332 366 151 13 0 71 4 110 131 105
Binary 11011010 11110110 1101001 1011 0 111001 100 1001000 1011001 1000101

Color Harmonies of #DAF669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF669

Black with #DAF669

Text Example


Text Example

White with #DAF669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF669; }

 p { color: rgb(218,246,105); }

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

background-color css

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

 a { background-color: rgb(218,246,105); }

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

border-color css

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

 span { border-color: rgb(218,246,105); }

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