Html Css Color HEX #D3F96A Mindaro

📋 copy color: '#D3F96A'

red 211 ◦ green 249 ◦ blue 106

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

Shades of Mindaro #D3F96A

Tints of Mindaro #D3F96A

RGB

 RED value IS 211 (82.81% from 255) = 37.28%

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

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 37.28%
G = 43.99%
B = 18.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#D3F96A (or 0xD3F96A) is known color: Mindaro. HEX triplet: D3, F9 and 6A. RGB value is (211,249,106). Sum of RGB (Red+Green+Blue) = 211+249+106=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F96A is #2C0695. Grayscale: #DDDDDD. Windows color (decimal): -2885270 or 7010771. OLE color: 7010771.

HSL color Cylindrical-coordinate representation of color #D3F96A: hue angle of 75.94º 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 #D3F96A is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 249 106 -
CMYK 0.15 0 0.57 0.02
HSL 75.94º 0.92% 0.7% -
HSV(B) 75.94º 0.57% 0.98% -
XYZ 63.34 82.64 26.25 -
YUV 221.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 211 249 106 0.15 0 0.57 0.02 75.94 0.92 0.7
Hex D3 F9 6A F 0 39 2 4C 5C 46
Octal 323 371 152 17 0 71 2 114 134 106
Binary 11010011 11111001 1101010 1111 0 111001 10 1001100 1011100 1000110

Color Harmonies of #D3F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F96A

Black with #D3F96A

Text Example


Text Example

White with #D3F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F96A; }

 p { color: rgb(211,249,106); }

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

background-color css

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

 a { background-color: rgb(211,249,106); }

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

border-color css

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

 span { border-color: rgb(211,249,106); }

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