Html Css Color HEX #DAF25F Mindaro

📋 copy color: '#DAF25F'

red 218 ◦ green 242 ◦ blue 95

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

Shades of Mindaro #DAF25F

Tints of Mindaro #DAF25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.12%

R = 39.28%
G = 43.6%
B = 17.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#DAF25F (or 0xDAF25F) is known color: Mindaro. HEX triplet: DA, F2 and 5F. RGB value is (218,242,95). Sum of RGB (Red+Green+Blue) = 218+242+95=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF25F is #250DA0. Grayscale: #DADADA. Windows color (decimal): -2428321 or 6288090. OLE color: 6288090.

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

Color convert

RGB 218 242 95 -
CMYK 0.10 0 0.61 0.05
HSL 69.8º 0.85% 0.66% -
HSV(B) 69.8º 0.61% 0.95% -
XYZ 62.73 79.24 22.81 -
YUV 218.07 58.55 127.95 -
System Red Green Blue C M Y K H S L
Decimal 218 242 95 0.10 0 0.61 0.05 69.8 0.85 0.66
Hex DA F2 5F A 0 3D 5 46 55 42
Octal 332 362 137 12 0 75 5 106 125 102
Binary 11011010 11110010 1011111 1010 0 111101 101 1000110 1010101 1000010

Color Harmonies of #DAF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF25F

Black with #DAF25F

Text Example


Text Example

White with #DAF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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