Html Css Color HEX #D1F968 Mindaro

📋 copy color: '#D1F968'

red 209 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #D1F968

Tints of Mindaro #D1F968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.51%

R = 37.19%
G = 44.31%
B = 18.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#D1F968 (or 0xD1F968) is known color: Mindaro. HEX triplet: D1, F9 and 68. RGB value is (209,249,104). Sum of RGB (Red+Green+Blue) = 209+249+104=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F968 is #2E0697. Grayscale: #DDDDDD. Windows color (decimal): -3016344 or 6879697. OLE color: 6879697.

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

Color convert

RGB 209 249 104 -
CMYK 0.16 0 0.58 0.02
HSL 76.55º 0.92% 0.69% -
HSV(B) 76.55º 0.58% 0.98% -
XYZ 62.67 82.31 25.68 -
YUV 220.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 209 249 104 0.16 0 0.58 0.02 76.55 0.92 0.69
Hex D1 F9 68 10 0 3A 2 4D 5C 45
Octal 321 371 150 20 0 72 2 115 134 105
Binary 11010001 11111001 1101000 10000 0 111010 10 1001101 1011100 1000101

Color Harmonies of #D1F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F968

Black with #D1F968

Text Example


Text Example

White with #D1F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F968; }

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

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

background-color css

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

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

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

border-color css

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

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

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