Html Css Color HEX #DAF483 Mindaro

📋 copy color: '#DAF483'

red 218 ◦ green 244 ◦ blue 131

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

Shades of Mindaro #DAF483

Tints of Mindaro #DAF483

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.15%

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

R = 36.76%
G = 41.15%
B = 22.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#DAF483 (or 0xDAF483) is known color: Mindaro. HEX triplet: DA, F4 and 83. RGB value is (218,244,131). Sum of RGB (Red+Green+Blue) = 218+244+131=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF483 is #250B7C. Grayscale: #DFDFDF. Windows color (decimal): -2427773 or 8647898. OLE color: 8647898.

HSL color Cylindrical-coordinate representation of color #DAF483: hue angle of 73.81º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAF483 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 131 -
CMYK 0.11 0 0.46 0.04
HSL 73.81º 0.84% 0.74% -
HSV(B) 73.81º 0.46% 0.96% -
XYZ 65.36 81.25 33.71 -
YUV 223.34 75.89 124.19 -
System Red Green Blue C M Y K H S L
Decimal 218 244 131 0.11 0 0.46 0.04 73.81 0.84 0.74
Hex DA F4 83 B 0 2E 4 4A 54 4A
Octal 332 364 203 13 0 56 4 112 124 112
Binary 11011010 11110100 10000011 1011 0 101110 100 1001010 1010100 1001010

Color Harmonies of #DAF483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF483

Black with #DAF483

Text Example


Text Example

White with #DAF483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF483; }

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

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

background-color css

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

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

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

border-color css

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

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

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