Html Css Color HEX #D1F266 Mindaro

📋 copy color: '#D1F266'

red 209 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #D1F266

Tints of Mindaro #D1F266

RGB

 RED value IS 209 (82.03% from 255) = 37.79%

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

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

R = 37.79%
G = 43.76%
B = 18.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D1F266 (or 0xD1F266) is known color: Mindaro. HEX triplet: D1, F2 and 66. RGB value is (209,242,102). Sum of RGB (Red+Green+Blue) = 209+242+102=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F266 is #2E0D99. Grayscale: #D8D8D8. Windows color (decimal): -3018138 or 6746833. OLE color: 6746833.

HSL color Cylindrical-coordinate representation of color #D1F266: hue angle of 74.14º 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 #D1F266 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 102 -
CMYK 0.14 0 0.58 0.05
HSL 74.14º 0.84% 0.67% -
HSV(B) 74.14º 0.58% 0.95% -
XYZ 60.44 78.02 24.44 -
YUV 216.17 63.57 122.88 -
System Red Green Blue C M Y K H S L
Decimal 209 242 102 0.14 0 0.58 0.05 74.14 0.84 0.67
Hex D1 F2 66 E 0 3A 5 4A 54 43
Octal 321 362 146 16 0 72 5 112 124 103
Binary 11010001 11110010 1100110 1110 0 111010 101 1001010 1010100 1000011

Color Harmonies of #D1F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F266

Black with #D1F266

Text Example


Text Example

White with #D1F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F266; }

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

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

background-color css

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

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

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

border-color css

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

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

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