Html Css Color HEX #D1F96B Mindaro

📋 copy color: '#D1F96B'

red 209 ◦ green 249 ◦ blue 107

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

Shades of Mindaro #D1F96B

Tints of Mindaro #D1F96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.94%

R = 36.99%
G = 44.07%
B = 18.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#D1F96B (or 0xD1F96B) is known color: Mindaro. HEX triplet: D1, F9 and 6B. RGB value is (209,249,107). Sum of RGB (Red+Green+Blue) = 209+249+107=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F96B is #2E0694. Grayscale: #DDDDDD. Windows color (decimal): -3016341 or 7076305. OLE color: 7076305.

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

Color convert

RGB 209 249 107 -
CMYK 0.16 0 0.57 0.02
HSL 76.9º 0.92% 0.7% -
HSV(B) 76.9º 0.57% 0.98% -
XYZ 62.82 82.37 26.5 -
YUV 220.85 63.75 119.55 -
System Red Green Blue C M Y K H S L
Decimal 209 249 107 0.16 0 0.57 0.02 76.9 0.92 0.7
Hex D1 F9 6B 10 0 39 2 4D 5C 46
Octal 321 371 153 20 0 71 2 115 134 106
Binary 11010001 11111001 1101011 10000 0 111001 10 1001101 1011100 1000110

Color Harmonies of #D1F96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F96B

Black with #D1F96B

Text Example


Text Example

White with #D1F96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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