Html Css Color HEX #DAF27F Mindaro

📋 copy color: '#DAF27F'

red 218 ◦ green 242 ◦ blue 127

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

Shades of Mindaro #DAF27F

Tints of Mindaro #DAF27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.64%

R = 37.14%
G = 41.23%
B = 21.64%

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

#DAF27F (or 0xDAF27F) is known color: Mindaro. HEX triplet: DA, F2 and 7F. RGB value is (218,242,127). Sum of RGB (Red+Green+Blue) = 218+242+127=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF27F is #250D80. Grayscale: #DEDEDE. Windows color (decimal): -2428289 or 8385242. OLE color: 8385242.

HSL color Cylindrical-coordinate representation of color #DAF27F: hue angle of 72.52º 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 #DAF27F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 127 -
CMYK 0.10 0 0.48 0.05
HSL 72.52º 0.82% 0.72% -
HSV(B) 72.52º 0.48% 0.95% -
XYZ 64.5 79.94 32.11 -
YUV 221.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 218 242 127 0.10 0 0.48 0.05 72.52 0.82 0.72
Hex DA F2 7F A 0 30 5 49 52 48
Octal 332 362 177 12 0 60 5 111 122 110
Binary 11011010 11110010 1111111 1010 0 110000 101 1001001 1010010 1001000

Color Harmonies of #DAF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF27F

Black with #DAF27F

Text Example


Text Example

White with #DAF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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