Html Css Color HEX #D9F255 Mindaro

📋 copy color: '#D9F255'

red 217 ◦ green 242 ◦ blue 85

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

Shades of Mindaro #D9F255

Tints of Mindaro #D9F255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.63%

R = 39.89%
G = 44.49%
B = 15.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#D9F255 (or 0xD9F255) is known color: Mindaro. HEX triplet: D9, F2 and 55. RGB value is (217,242,85). Sum of RGB (Red+Green+Blue) = 217+242+85=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F255 is #260DAA. Grayscale: #D9D9D9. Windows color (decimal): -2493867 or 5632729. OLE color: 5632729.

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

Color convert

RGB 217 242 85 -
CMYK 0.10 0 0.65 0.05
HSL 69.55º 0.86% 0.64% -
HSV(B) 69.55º 0.65% 0.95% -
XYZ 62.01 78.91 20.56 -
YUV 216.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 217 242 85 0.10 0 0.65 0.05 69.55 0.86 0.64
Hex D9 F2 55 A 0 41 5 46 56 40
Octal 331 362 125 12 0 101 5 106 126 100
Binary 11011001 11110010 1010101 1010 0 1000001 101 1000110 1010110 1000000

Color Harmonies of #D9F255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F255

Black with #D9F255

Text Example


Text Example

White with #D9F255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F255; }

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

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

background-color css

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

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

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

border-color css

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

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

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