Html Css Color HEX #D9F25B Mindaro

📋 copy color: '#D9F25B'

red 217 ◦ green 242 ◦ blue 91

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

Shades of Mindaro #D9F25B

Tints of Mindaro #D9F25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.55%

R = 39.45%
G = 44%
B = 16.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#D9F25B (or 0xD9F25B) is known color: Mindaro. HEX triplet: D9, F2 and 5B. RGB value is (217,242,91). Sum of RGB (Red+Green+Blue) = 217+242+91=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F25B is #260DA4. Grayscale: #D9D9D9. Windows color (decimal): -2493861 or 6025945. OLE color: 6025945.

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

Color convert

RGB 217 242 91 -
CMYK 0.10 0 0.62 0.05
HSL 69.93º 0.85% 0.65% -
HSV(B) 69.93º 0.62% 0.95% -
XYZ 62.26 79.01 21.87 -
YUV 217.31 56.72 127.78 -
System Red Green Blue C M Y K H S L
Decimal 217 242 91 0.10 0 0.62 0.05 69.93 0.85 0.65
Hex D9 F2 5B A 0 3E 5 46 55 41
Octal 331 362 133 12 0 76 5 106 125 101
Binary 11011001 11110010 1011011 1010 0 111110 101 1000110 1010101 1000001

Color Harmonies of #D9F25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F25B

Black with #D9F25B

Text Example


Text Example

White with #D9F25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F25B; }

 p { color: rgb(217,242,91); }

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

background-color css

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

 a { background-color: rgb(217,242,91); }

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

border-color css

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

 span { border-color: rgb(217,242,91); }

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