Html Css Color HEX #DAF37D Mindaro

📋 copy color: '#DAF37D'

red 218 ◦ green 243 ◦ blue 125

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

Shades of Mindaro #DAF37D

Tints of Mindaro #DAF37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.47%

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 37.2%
G = 41.47%
B = 21.33%

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

#DAF37D (or 0xDAF37D) is known color: Mindaro. HEX triplet: DA, F3 and 7D. RGB value is (218,243,125). Sum of RGB (Red+Green+Blue) = 218+243+125=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF37D is #250C82. Grayscale: #DEDEDE. Windows color (decimal): -2428035 or 8254426. OLE color: 8254426.

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

Color convert

RGB 218 243 125 -
CMYK 0.10 0 0.49 0.05
HSL 72.71º 0.83% 0.72% -
HSV(B) 72.71º 0.49% 0.95% -
XYZ 64.67 80.49 31.53 -
YUV 222.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 218 243 125 0.10 0 0.49 0.05 72.71 0.83 0.72
Hex DA F3 7D A 0 31 5 49 53 48
Octal 332 363 175 12 0 61 5 111 123 110
Binary 11011010 11110011 1111101 1010 0 110001 101 1001001 1010011 1001000

Color Harmonies of #DAF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF37D

Black with #DAF37D

Text Example


Text Example

White with #DAF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF37D; }

 p { color: rgb(218,243,125); }

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

background-color css

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

 a { background-color: rgb(218,243,125); }

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

border-color css

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

 span { border-color: rgb(218,243,125); }

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