Html Css Color HEX #D9F25D Mindaro

📋 copy color: '#D9F25D'

red 217 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #D9F25D

Tints of Mindaro #D9F25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.85%

R = 39.31%
G = 43.84%
B = 16.85%

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

#D9F25D (or 0xD9F25D) is known color: Mindaro. HEX triplet: D9, F2 and 5D. RGB value is (217,242,93). Sum of RGB (Red+Green+Blue) = 217+242+93=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F25D is #260DA2. Grayscale: #DADADA. Windows color (decimal): -2493859 or 6157017. OLE color: 6157017.

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

Color convert

RGB 217 242 93 -
CMYK 0.10 0 0.62 0.05
HSL 70.07º 0.85% 0.66% -
HSV(B) 70.07º 0.62% 0.95% -
XYZ 62.34 79.05 22.33 -
YUV 217.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 217 242 93 0.10 0 0.62 0.05 70.07 0.85 0.66
Hex D9 F2 5D A 0 3E 5 46 55 42
Octal 331 362 135 12 0 76 5 106 125 102
Binary 11011001 11110010 1011101 1010 0 111110 101 1000110 1010101 1000010

Color Harmonies of #D9F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F25D

Black with #D9F25D

Text Example


Text Example

White with #D9F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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