Html Css Color HEX #DAF665 Mindaro

📋 copy color: '#DAF665'

red 218 ◦ green 246 ◦ blue 101

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

Shades of Mindaro #DAF665

Tints of Mindaro #DAF665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.88%

R = 38.58%
G = 43.54%
B = 17.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DAF665 (or 0xDAF665) is known color: Mindaro. HEX triplet: DA, F6 and 65. RGB value is (218,246,101). Sum of RGB (Red+Green+Blue) = 218+246+101=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF665 is #25099A. Grayscale: #DDDDDD. Windows color (decimal): -2427291 or 6682330. OLE color: 6682330.

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

Color convert

RGB 218 246 101 -
CMYK 0.11 0 0.59 0.04
HSL 71.59º 0.89% 0.68% -
HSV(B) 71.59º 0.59% 0.96% -
XYZ 64.22 81.76 24.71 -
YUV 221.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 218 246 101 0.11 0 0.59 0.04 71.59 0.89 0.68
Hex DA F6 65 B 0 3B 4 48 59 44
Octal 332 366 145 13 0 73 4 110 131 104
Binary 11011010 11110110 1100101 1011 0 111011 100 1001000 1011001 1000100

Color Harmonies of #DAF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF665

Black with #DAF665

Text Example


Text Example

White with #DAF665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF665; }

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

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

background-color css

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

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

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

border-color css

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

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

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