Html Css Color HEX #DAF25D Mindaro

📋 copy color: '#DAF25D'

red 218 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #DAF25D

Tints of Mindaro #DAF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

 BLUE value IS 93 (36.72% from 255) = 16.82%

R = 39.42%
G = 43.76%
B = 16.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#DAF25D (or 0xDAF25D) is known color: Mindaro. HEX triplet: DA, F2 and 5D. RGB value is (218,242,93). Sum of RGB (Red+Green+Blue) = 218+242+93=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF25D is #250DA2. Grayscale: #DADADA. Windows color (decimal): -2428323 or 6157018. OLE color: 6157018.

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

Color convert

RGB 218 242 93 -
CMYK 0.10 0 0.62 0.05
HSL 69.66º 0.85% 0.66% -
HSV(B) 69.66º 0.62% 0.95% -
XYZ 62.64 79.2 22.34 -
YUV 217.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 218 242 93 0.10 0 0.62 0.05 69.66 0.85 0.66
Hex DA F2 5D A 0 3E 5 46 55 42
Octal 332 362 135 12 0 76 5 106 125 102
Binary 11011010 11110010 1011101 1010 0 111110 101 1000110 1010101 1000010

Color Harmonies of #DAF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF25D

Black with #DAF25D

Text Example


Text Example

White with #DAF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF25D; }

 p { color: rgb(218,242,93); }

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

background-color css

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

 a { background-color: rgb(218,242,93); }

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

border-color css

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

 span { border-color: rgb(218,242,93); }

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