Html Css Color HEX #DAF17B Mindaro

📋 copy color: '#DAF17B'

red 218 ◦ green 241 ◦ blue 123

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

Shades of Mindaro #DAF17B

Tints of Mindaro #DAF17B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.41%

 BLUE value IS 123 (48.44% from 255) = 21.13%

R = 37.46%
G = 41.41%
B = 21.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#DAF17B (or 0xDAF17B) is known color: Mindaro. HEX triplet: DA, F1 and 7B. RGB value is (218,241,123). Sum of RGB (Red+Green+Blue) = 218+241+123=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF17B is #250E84. Grayscale: #DDDDDD. Windows color (decimal): -2428549 or 8122842. OLE color: 8122842.

HSL color Cylindrical-coordinate representation of color #DAF17B: hue angle of 71.69º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF17B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 123 -
CMYK 0.10 0 0.49 0.05
HSL 71.69º 0.81% 0.71% -
HSV(B) 71.69º 0.49% 0.95% -
XYZ 63.94 79.25 30.66 -
YUV 220.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 218 241 123 0.10 0 0.49 0.05 71.69 0.81 0.71
Hex DA F1 7B A 0 31 5 48 51 47
Octal 332 361 173 12 0 61 5 110 121 107
Binary 11011010 11110001 1111011 1010 0 110001 101 1001000 1010001 1000111

Color Harmonies of #DAF17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF17B

Black with #DAF17B

Text Example


Text Example

White with #DAF17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF17B; }

 p { color: rgb(218,241,123); }

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

background-color css

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

 a { background-color: rgb(218,241,123); }

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

border-color css

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

 span { border-color: rgb(218,241,123); }

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