Html Css Color HEX #DAF383 Mindaro

📋 copy color: '#DAF383'

red 218 ◦ green 243 ◦ blue 131

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

Shades of Mindaro #DAF383

Tints of Mindaro #DAF383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.13%

R = 36.82%
G = 41.05%
B = 22.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#DAF383 (or 0xDAF383) is known color: Mindaro. HEX triplet: DA, F3 and 83. RGB value is (218,243,131). Sum of RGB (Red+Green+Blue) = 218+243+131=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF383 is #250C7C. Grayscale: #DFDFDF. Windows color (decimal): -2428029 or 8647642. OLE color: 8647642.

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

Color convert

RGB 218 243 131 -
CMYK 0.10 0 0.46 0.05
HSL 73.39º 0.82% 0.73% -
HSV(B) 73.39º 0.46% 0.95% -
XYZ 65.06 80.65 33.61 -
YUV 222.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 218 243 131 0.10 0 0.46 0.05 73.39 0.82 0.73
Hex DA F3 83 A 0 2E 5 49 52 49
Octal 332 363 203 12 0 56 5 111 122 111
Binary 11011010 11110011 10000011 1010 0 101110 101 1001001 1010010 1001001

Color Harmonies of #DAF383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF383

Black with #DAF383

Text Example


Text Example

White with #DAF383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF383; }

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

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

background-color css

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

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

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

border-color css

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

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

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