Html Css Color HEX #DAF162 Mindaro

📋 copy color: '#DAF162'

red 218 ◦ green 241 ◦ blue 98

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

Shades of Mindaro #DAF162

Tints of Mindaro #DAF162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.59%

R = 39.14%
G = 43.27%
B = 17.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DAF162 (or 0xDAF162) is known color: Mindaro. HEX triplet: DA, F1 and 62. RGB value is (218,241,98). Sum of RGB (Red+Green+Blue) = 218+241+98=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF162 is #250E9D. Grayscale: #DADADA. Windows color (decimal): -2428574 or 6484442. OLE color: 6484442.

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

Color convert

RGB 218 241 98 -
CMYK 0.10 0 0.59 0.05
HSL 69.65º 0.84% 0.66% -
HSV(B) 69.65º 0.59% 0.95% -
XYZ 62.57 78.7 23.45 -
YUV 217.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 218 241 98 0.10 0 0.59 0.05 69.65 0.84 0.66
Hex DA F1 62 A 0 3B 5 46 54 42
Octal 332 361 142 12 0 73 5 106 124 102
Binary 11011010 11110001 1100010 1010 0 111011 101 1000110 1010100 1000010

Color Harmonies of #DAF162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF162

Black with #DAF162

Text Example


Text Example

White with #DAF162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF162; }

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

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

background-color css

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

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

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

border-color css

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

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

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