Html Css Color HEX #D9F382 Mindaro

📋 copy color: '#D9F382'

red 217 ◦ green 243 ◦ blue 130

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

Shades of Mindaro #D9F382

Tints of Mindaro #D9F382

RGB

 RED value IS 217 (85.16% from 255) = 36.78%

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

 BLUE value IS 130 (51.17% from 255) = 22.03%

R = 36.78%
G = 41.19%
B = 22.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#D9F382 (or 0xD9F382) is known color: Mindaro. HEX triplet: D9, F3 and 82. RGB value is (217,243,130). Sum of RGB (Red+Green+Blue) = 217+243+130=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F382 is #260C7D. Grayscale: #DEDEDE. Windows color (decimal): -2493566 or 8582105. OLE color: 8582105.

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

Color convert

RGB 217 243 130 -
CMYK 0.11 0 0.47 0.05
HSL 73.81º 0.82% 0.73% -
HSV(B) 73.81º 0.47% 0.95% -
XYZ 64.7 80.46 33.24 -
YUV 222.34 75.89 124.19 -
System Red Green Blue C M Y K H S L
Decimal 217 243 130 0.11 0 0.47 0.05 73.81 0.82 0.73
Hex D9 F3 82 B 0 2F 5 4A 52 49
Octal 331 363 202 13 0 57 5 112 122 111
Binary 11011001 11110011 10000010 1011 0 101111 101 1001010 1010010 1001001

Color Harmonies of #D9F382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F382

Black with #D9F382

Text Example


Text Example

White with #D9F382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F382; }

 p { color: rgb(217,243,130); }

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

background-color css

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

 a { background-color: rgb(217,243,130); }

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

border-color css

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

 span { border-color: rgb(217,243,130); }

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