Html Css Color HEX #D1F965 Mindaro

📋 copy color: '#D1F965'

red 209 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #D1F965

Tints of Mindaro #D1F965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.07%

R = 37.39%
G = 44.54%
B = 18.07%

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

#D1F965 (or 0xD1F965) is known color: Mindaro. HEX triplet: D1, F9 and 65. RGB value is (209,249,101). Sum of RGB (Red+Green+Blue) = 209+249+101=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F965 is #2E069A. Grayscale: #DCDCDC. Windows color (decimal): -3016347 or 6683089. OLE color: 6683089.

HSL color Cylindrical-coordinate representation of color #D1F965: hue angle of 76.22º degrees, saturation: 0.93, 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 #D1F965 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 101 -
CMYK 0.16 0 0.59 0.02
HSL 76.22º 0.93% 0.69% -
HSV(B) 76.22º 0.59% 0.98% -
XYZ 62.52 82.25 24.89 -
YUV 220.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 209 249 101 0.16 0 0.59 0.02 76.22 0.93 0.69
Hex D1 F9 65 10 0 3B 2 4C 5C 45
Octal 321 371 145 20 0 73 2 114 134 105
Binary 11010001 11111001 1100101 10000 0 111011 10 1001100 1011100 1000101

Color Harmonies of #D1F965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F965

Black with #D1F965

Text Example


Text Example

White with #D1F965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F965; }

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

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

background-color css

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

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

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

border-color css

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

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

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