Html Css Color HEX #D1F966 Mindaro

📋 copy color: '#D1F966'

red 209 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #D1F966

Tints of Mindaro #D1F966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

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

R = 37.32%
G = 44.46%
B = 18.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D1F966 (or 0xD1F966) is known color: Mindaro. HEX triplet: D1, F9 and 66. RGB value is (209,249,102). Sum of RGB (Red+Green+Blue) = 209+249+102=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F966 is #2E0699. Grayscale: #DCDCDC. Windows color (decimal): -3016346 or 6748625. OLE color: 6748625.

HSL color Cylindrical-coordinate representation of color #D1F966: hue angle of 76.33º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1F966 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 102 -
CMYK 0.16 0 0.59 0.02
HSL 76.33º 0.92% 0.69% -
HSV(B) 76.33º 0.59% 0.98% -
XYZ 62.57 82.27 25.15 -
YUV 220.28 61.25 119.95 -
System Red Green Blue C M Y K H S L
Decimal 209 249 102 0.16 0 0.59 0.02 76.33 0.92 0.69
Hex D1 F9 66 10 0 3B 2 4C 5C 45
Octal 321 371 146 20 0 73 2 114 134 105
Binary 11010001 11111001 1100110 10000 0 111011 10 1001100 1011100 1000101

Color Harmonies of #D1F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F966

Black with #D1F966

Text Example


Text Example

White with #D1F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F966; }

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

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

background-color css

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

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

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

border-color css

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

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

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