Html Css Color HEX #DAF27D Mindaro

📋 copy color: '#DAF27D'

red 218 ◦ green 242 ◦ blue 125

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

Shades of Mindaro #DAF27D

Tints of Mindaro #DAF27D

RGB

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

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

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

R = 37.26%
G = 41.37%
B = 21.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DAF27D (or 0xDAF27D) is known color: Mindaro. HEX triplet: DA, F2 and 7D. RGB value is (218,242,125). Sum of RGB (Red+Green+Blue) = 218+242+125=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF27D is #250D82. Grayscale: #DDDDDD. Windows color (decimal): -2428291 or 8254170. OLE color: 8254170.

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

Color convert

RGB 218 242 125 -
CMYK 0.10 0 0.48 0.05
HSL 72.31º 0.82% 0.72% -
HSV(B) 72.31º 0.48% 0.95% -
XYZ 64.37 79.89 31.43 -
YUV 221.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 218 242 125 0.10 0 0.48 0.05 72.31 0.82 0.72
Hex DA F2 7D A 0 30 5 48 52 48
Octal 332 362 175 12 0 60 5 110 122 110
Binary 11011010 11110010 1111101 1010 0 110000 101 1001000 1010010 1001000

Color Harmonies of #DAF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF27D

Black with #DAF27D

Text Example


Text Example

White with #DAF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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