Html Css Color HEX #DAF25A Mindaro

📋 copy color: '#DAF25A'

red 218 ◦ green 242 ◦ blue 90

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

Shades of Mindaro #DAF25A

Tints of Mindaro #DAF25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.36%

R = 39.64%
G = 44%
B = 16.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#DAF25A (or 0xDAF25A) is known color: Mindaro. HEX triplet: DA, F2 and 5A. RGB value is (218,242,90). Sum of RGB (Red+Green+Blue) = 218+242+90=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF25A is #250DA5. Grayscale: #DADADA. Windows color (decimal): -2428326 or 5960410. OLE color: 5960410.

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

Color convert

RGB 218 242 90 -
CMYK 0.10 0 0.63 0.05
HSL 69.47º 0.85% 0.65% -
HSV(B) 69.47º 0.63% 0.95% -
XYZ 62.51 79.15 21.66 -
YUV 217.5 56.05 128.36 -
System Red Green Blue C M Y K H S L
Decimal 218 242 90 0.10 0 0.63 0.05 69.47 0.85 0.65
Hex DA F2 5A A 0 3F 5 45 55 41
Octal 332 362 132 12 0 77 5 105 125 101
Binary 11011010 11110010 1011010 1010 0 111111 101 1000101 1010101 1000001

Color Harmonies of #DAF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF25A

Black with #DAF25A

Text Example


Text Example

White with #DAF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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