Html Css Color HEX #D9F266 Mindaro

📋 copy color: '#D9F266'

red 217 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #D9F266

Tints of Mindaro #D9F266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.18%

R = 38.68%
G = 43.14%
B = 18.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D9F266 (or 0xD9F266) is known color: Mindaro. HEX triplet: D9, F2 and 66. RGB value is (217,242,102). Sum of RGB (Red+Green+Blue) = 217+242+102=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F266 is #260D99. Grayscale: #DBDBDB. Windows color (decimal): -2493850 or 6746841. OLE color: 6746841.

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

Color convert

RGB 217 242 102 -
CMYK 0.10 0 0.58 0.05
HSL 70.71º 0.84% 0.67% -
HSV(B) 70.71º 0.58% 0.95% -
XYZ 62.77 79.22 24.55 -
YUV 218.57 62.22 126.88 -
System Red Green Blue C M Y K H S L
Decimal 217 242 102 0.10 0 0.58 0.05 70.71 0.84 0.67
Hex D9 F2 66 A 0 3A 5 47 54 43
Octal 331 362 146 12 0 72 5 107 124 103
Binary 11011001 11110010 1100110 1010 0 111010 101 1000111 1010100 1000011

Color Harmonies of #D9F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F266

Black with #D9F266

Text Example


Text Example

White with #D9F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F266; }

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

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

background-color css

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

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

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

border-color css

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

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

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